Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicyResourceState
Package
Description
Package containing the inner data models for FrontDoorManagementClient.
Package containing the data models for FrontDoorManagementClient.
-
Uses of PolicyResourceState in com.azure.resourcemanager.frontdoor.fluent.models
Modifier and TypeMethodDescriptionWebApplicationFirewallPolicyInner.resourceState()
Get the resourceState property: Resource status of the policy.WebApplicationFirewallPolicyProperties.resourceState()
Get the resourceState property: Resource status of the policy. -
Uses of PolicyResourceState in com.azure.resourcemanager.frontdoor.models
Modifier and TypeFieldDescriptionstatic final PolicyResourceState
PolicyResourceState.CREATING
Static value Creating for PolicyResourceState.static final PolicyResourceState
PolicyResourceState.DELETING
Static value Deleting for PolicyResourceState.static final PolicyResourceState
PolicyResourceState.DISABLED
Static value Disabled for PolicyResourceState.static final PolicyResourceState
PolicyResourceState.DISABLING
Static value Disabling for PolicyResourceState.static final PolicyResourceState
PolicyResourceState.ENABLED
Static value Enabled for PolicyResourceState.static final PolicyResourceState
PolicyResourceState.ENABLING
Static value Enabling for PolicyResourceState.Modifier and TypeMethodDescriptionstatic PolicyResourceState
PolicyResourceState.fromString
(String name) Creates or finds a PolicyResourceState from its string representation.WebApplicationFirewallPolicy.resourceState()
Gets the resourceState property: Resource status of the policy.Modifier and TypeMethodDescriptionstatic Collection<PolicyResourceState>
PolicyResourceState.values()
Gets known PolicyResourceState values.