Uses of Class
com.azure.resourcemanager.frontdoor.models.BackendPool
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return types with arguments of type BackendPoolModifier and TypeMethodDescriptionFrontDoorInner.backendPools()Get the backendPools property: Backend pools available to routing rules.Method parameters in com.azure.resourcemanager.frontdoor.fluent.models with type arguments of type BackendPoolModifier 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
Methods in com.azure.resourcemanager.frontdoor.models that return BackendPoolModifier 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.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type BackendPoolModifier 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.Method parameters in com.azure.resourcemanager.frontdoor.models with type arguments of type BackendPoolModifier 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.