Uses of Class
com.azure.resourcemanager.frontdoor.models.BackendPool
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of BackendPool in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionFrontDoorInner.backendPools()
Get the backendPools property: Backend pools available to routing rules.Modifier and TypeMethodDescriptionFrontDoorInner.withBackendPools
(List<BackendPool> backendPools) Set the backendPools property: Backend pools available to routing rules.FrontDoorProperties.withBackendPools
(List<BackendPool> backendPools) Set the backendPools property: Backend pools available to routing rules. -
Uses of BackendPool in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionBackendPool.withBackends
(List<Backend> backends) Set the backends property: The set of backends for this pool.BackendPool.withHealthProbeSettings
(com.azure.core.management.SubResource healthProbeSettings) Set the healthProbeSettings property: L7 health probe settings for a backend pool.BackendPool.withLoadBalancingSettings
(com.azure.core.management.SubResource loadBalancingSettings) Set the loadBalancingSettings property: Load balancing settings for a backend pool.Set the name property: Resource name.Modifier and TypeMethodDescriptionFrontDoor.backendPools()
Gets the backendPools property: Backend pools available to routing rules.FrontDoorUpdateParameters.backendPools()
Get the backendPools property: Backend pools available to routing rules.Modifier and TypeMethodDescriptionFrontDoor.DefinitionStages.WithBackendPools.withBackendPools
(List<BackendPool> backendPools) Specifies the backendPools property: Backend pools available to routing rules..FrontDoor.UpdateStages.WithBackendPools.withBackendPools
(List<BackendPool> backendPools) Specifies the backendPools property: Backend pools available to routing rules..FrontDoorUpdateParameters.withBackendPools
(List<BackendPool> backendPools) Set the backendPools property: Backend pools available to routing rules.