Uses of Interface
com.azure.resourcemanager.frontdoor.models.FrontDoor.Update
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoor.Update in com.azure.resourcemanager.frontdoor.models
Modifier and TypeMethodDescriptionFrontDoor.update()
Begins update for the FrontDoor resource.FrontDoor.UpdateStages.WithBackendPools.withBackendPools
(List<BackendPool> backendPools) Specifies the backendPools property: Backend pools available to routing rules..FrontDoor.UpdateStages.WithBackendPoolsSettings.withBackendPoolsSettings
(BackendPoolsSettings backendPoolsSettings) Specifies the backendPoolsSettings property: Settings for all backendPools.FrontDoor.UpdateStages.WithEnabledState.withEnabledState
(FrontDoorEnabledState enabledState) Specifies the enabledState property: Operational status of the Front Door load balancer.FrontDoor.UpdateStages.WithFriendlyName.withFriendlyName
(String friendlyName) Specifies the friendlyName property: A friendly name for the frontDoor.FrontDoor.UpdateStages.WithFrontendEndpoints.withFrontendEndpoints
(List<FrontendEndpointInner> frontendEndpoints) Specifies the frontendEndpoints property: Frontend endpoints available to routing rules..FrontDoor.UpdateStages.WithHealthProbeSettings.withHealthProbeSettings
(List<HealthProbeSettingsModel> healthProbeSettings) Specifies the healthProbeSettings property: Health probe settings associated with this Front Door instance..FrontDoor.UpdateStages.WithLoadBalancingSettings.withLoadBalancingSettings
(List<LoadBalancingSettingsModel> loadBalancingSettings) Specifies the loadBalancingSettings property: Load balancing settings associated with this Front Door instance..FrontDoor.UpdateStages.WithRoutingRules.withRoutingRules
(List<RoutingRule> routingRules) Specifies the routingRules property: Routing rules associated with this Front Door..Specifies the tags property: Resource tags..