Uses of Class
com.azure.resourcemanager.frontdoor.models.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
Modifier 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
Modifier and TypeFieldDescriptionstatic final FrontDoorResourceState
FrontDoorResourceState.CREATING
Static value Creating for FrontDoorResourceState.static final FrontDoorResourceState
FrontDoorResourceState.DELETING
Static value Deleting for FrontDoorResourceState.static final FrontDoorResourceState
FrontDoorResourceState.DISABLED
Static value Disabled for FrontDoorResourceState.static final FrontDoorResourceState
FrontDoorResourceState.DISABLING
Static value Disabling for FrontDoorResourceState.static final FrontDoorResourceState
FrontDoorResourceState.ENABLED
Static value Enabled for FrontDoorResourceState.static final FrontDoorResourceState
FrontDoorResourceState.ENABLING
Static value Enabling for FrontDoorResourceState.Modifier and TypeMethodDescriptionstatic FrontDoorResourceState
FrontDoorResourceState.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.Modifier and TypeMethodDescriptionstatic Collection<FrontDoorResourceState>
FrontDoorResourceState.values()
Gets known FrontDoorResourceState values.