Uses of Class
com.azure.resourcemanager.frontdoor.models.FrontDoorResourceState
Packages that use FrontDoorResourceState
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of FrontDoorResourceState in com.azure.resourcemanager.frontdoor.fluent.models
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return FrontDoorResourceStateModifier and TypeMethodDescriptionBackendPoolProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.FrontDoorInner.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.FrontDoorProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.FrontendEndpointInner.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.FrontendEndpointProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.HealthProbeSettingsProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.LoadBalancingSettingsProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.RoutingRuleProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.RulesEngineInner.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.RulesEngineProperties.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource. -
Uses of FrontDoorResourceState in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.models declared as FrontDoorResourceStateModifier and TypeFieldDescriptionstatic final FrontDoorResourceStateFrontDoorResourceState.CREATINGStatic value Creating for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.DELETINGStatic value Deleting for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.DISABLEDStatic value Disabled for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.DISABLINGStatic value Disabling for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.ENABLEDStatic value Enabled for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.ENABLINGStatic value Enabling for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.MIGRATEDStatic value Migrated for FrontDoorResourceState.static final FrontDoorResourceStateFrontDoorResourceState.MIGRATINGStatic value Migrating for FrontDoorResourceState.Methods in com.azure.resourcemanager.frontdoor.models that return FrontDoorResourceStateModifier and TypeMethodDescriptionstatic FrontDoorResourceStateFrontDoorResourceState.fromString(String name) Creates or finds a FrontDoorResourceState from its string representation.BackendPool.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.FrontDoor.resourceState()Gets the resourceState property: Resource status of the Front Door or Front Door SubResource.FrontendEndpoint.resourceState()Gets the resourceState property: Resource status of the Front Door or Front Door SubResource.HealthProbeSettingsModel.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.LoadBalancingSettingsModel.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.RoutingRule.resourceState()Get the resourceState property: Resource status of the Front Door or Front Door SubResource.RulesEngine.resourceState()Gets the resourceState property: Resource status of the Front Door or Front Door SubResource.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type FrontDoorResourceStateModifier and TypeMethodDescriptionstatic Collection<FrontDoorResourceState>FrontDoorResourceState.values()Gets known FrontDoorResourceState values.