Interface FrontDoor.Update
- All Superinterfaces:
FrontDoor.UpdateStages.WithBackendPools
,FrontDoor.UpdateStages.WithBackendPoolsSettings
,FrontDoor.UpdateStages.WithEnabledState
,FrontDoor.UpdateStages.WithFriendlyName
,FrontDoor.UpdateStages.WithFrontendEndpoints
,FrontDoor.UpdateStages.WithHealthProbeSettings
,FrontDoor.UpdateStages.WithLoadBalancingSettings
,FrontDoor.UpdateStages.WithRoutingRules
,FrontDoor.UpdateStages.WithTags
- Enclosing interface:
- FrontDoor
public static interface FrontDoor.Update
extends FrontDoor.UpdateStages.WithTags, FrontDoor.UpdateStages.WithFriendlyName, FrontDoor.UpdateStages.WithRoutingRules, FrontDoor.UpdateStages.WithLoadBalancingSettings, FrontDoor.UpdateStages.WithHealthProbeSettings, FrontDoor.UpdateStages.WithBackendPools, FrontDoor.UpdateStages.WithFrontendEndpoints, FrontDoor.UpdateStages.WithBackendPoolsSettings, FrontDoor.UpdateStages.WithEnabledState
The template for FrontDoor update.
-
Method Summary
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithBackendPools
withBackendPools
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithBackendPoolsSettings
withBackendPoolsSettings
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithEnabledState
withEnabledState
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithFriendlyName
withFriendlyName
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithFrontendEndpoints
withFrontendEndpoints
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithHealthProbeSettings
withHealthProbeSettings
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithLoadBalancingSettings
withLoadBalancingSettings
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithRoutingRules
withRoutingRules
Methods inherited from interface com.azure.resourcemanager.frontdoor.models.FrontDoor.UpdateStages.WithTags
withTags
-
Method Details
-
apply
FrontDoor apply()Executes the update request.- Returns:
- the updated resource.
-
apply
Executes the update request.- Parameters:
context
- The context to associate with this operation.- Returns:
- the updated resource.
-