Uses of Interface
com.azure.resourcemanager.frontdoor.models.FrontendEndpoint
Packages that use FrontendEndpoint
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontendEndpoint in com.azure.resourcemanager.frontdoor.models
Methods in com.azure.resourcemanager.frontdoor.models that return FrontendEndpointModifier and TypeMethodDescriptionGets a Frontend endpoint with the specified name within the specified Front Door.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontendEndpointModifier and TypeMethodDescriptionFrontDoor.frontendEndpoints()Gets the frontendEndpoints property: Frontend endpoints available to routing rules.com.azure.core.http.rest.Response<FrontendEndpoint>FrontendEndpoints.getWithResponse(String resourceGroupName, String frontDoorName, String frontendEndpointName, com.azure.core.util.Context context) Gets a Frontend endpoint with the specified name within the specified Front Door.com.azure.core.http.rest.PagedIterable<FrontendEndpoint>FrontendEndpoints.listByFrontDoor(String resourceGroupName, String frontDoorName) Lists all of the frontend endpoints within a Front Door.com.azure.core.http.rest.PagedIterable<FrontendEndpoint>FrontendEndpoints.listByFrontDoor(String resourceGroupName, String frontDoorName, com.azure.core.util.Context context) Lists all of the frontend endpoints within a Front Door.