Uses of Interface
com.azure.resourcemanager.frontdoor.models.FrontendEndpoint
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontendEndpoint in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionGets a Frontend endpoint with the specified name within the specified Front Door.Modifier 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.