Uses of Class
com.azure.resourcemanager.frontdoor.fluent.models.FrontendEndpointInner
Package
Description
Package containing the service clients for FrontDoorManagementClient.
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontendEndpointInner in com.azure.resourcemanager.frontdoor.fluent
Modifier and TypeMethodDescriptionFrontendEndpointsClient.get
(String resourceGroupName, String frontDoorName, String frontendEndpointName) Gets a Frontend endpoint with the specified name within the specified Front Door.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<FrontendEndpointInner>
FrontendEndpointsClient.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<FrontendEndpointInner>
FrontendEndpointsClient.listByFrontDoor
(String resourceGroupName, String frontDoorName) Lists all of the frontend endpoints within a Front Door.com.azure.core.http.rest.PagedIterable<FrontendEndpointInner>
FrontendEndpointsClient.listByFrontDoor
(String resourceGroupName, String frontDoorName, com.azure.core.util.Context context) Lists all of the frontend endpoints within a Front Door. -
Uses of FrontendEndpointInner in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontendEndpointInner.withHostname
(String hostname) Set the hostname property: The host name of the frontendEndpoint.Set the name property: Resource name.FrontendEndpointInner.withSessionAffinityEnabledState
(SessionAffinityEnabledState sessionAffinityEnabledState) Set the sessionAffinityEnabledState property: Whether to allow session affinity on this host.FrontendEndpointInner.withSessionAffinityTtlSeconds
(Integer sessionAffinityTtlSeconds) Set the sessionAffinityTtlSeconds property: UNUSED.FrontendEndpointInner.withWebApplicationFirewallPolicyLink
(FrontendEndpointUpdateParametersWebApplicationFirewallPolicyLink webApplicationFirewallPolicyLink) Set the webApplicationFirewallPolicyLink property: Defines the Web Application Firewall policy for each host (if applicable).Modifier and TypeMethodDescriptionFrontDoorInner.frontendEndpoints()
Get the frontendEndpoints property: Frontend endpoints available to routing rules.Modifier and TypeMethodDescriptionFrontDoorInner.withFrontendEndpoints
(List<FrontendEndpointInner> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints available to routing rules.FrontDoorProperties.withFrontendEndpoints
(List<FrontendEndpointInner> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints available to routing rules. -
Uses of FrontendEndpointInner in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionFrontendEndpoint.innerModel()
Gets the inner com.azure.resourcemanager.frontdoor.fluent.models.FrontendEndpointInner object.Modifier and TypeMethodDescriptionFrontDoorUpdateParameters.frontendEndpoints()
Get the frontendEndpoints property: Frontend endpoints available to routing rules.FrontendEndpointsListResult.value()
Get the value property: List of Frontend endpoints within a Front Door.Modifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithFrontendEndpoints.withFrontendEndpoints
(List<FrontendEndpointInner> frontendEndpoints) Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..FrontDoor.UpdateStages.WithFrontendEndpoints.withFrontendEndpoints
(List<FrontendEndpointInner> frontendEndpoints) Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..FrontDoorUpdateParameters.withFrontendEndpoints
(List<FrontendEndpointInner> frontendEndpoints) Set the frontendEndpoints property: Frontend endpoints available to routing rules.