Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicyResourceState
Packages that use 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
Methods in com.azure.resourcemanager.frontdoor.fluent.models that return PolicyResourceStateModifier 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
Fields in com.azure.resourcemanager.frontdoor.models declared as PolicyResourceStateModifier and TypeFieldDescriptionstatic final PolicyResourceStatePolicyResourceState.CREATINGStatic value Creating for PolicyResourceState.static final PolicyResourceStatePolicyResourceState.DELETINGStatic value Deleting for PolicyResourceState.static final PolicyResourceStatePolicyResourceState.DISABLEDStatic value Disabled for PolicyResourceState.static final PolicyResourceStatePolicyResourceState.DISABLINGStatic value Disabling for PolicyResourceState.static final PolicyResourceStatePolicyResourceState.ENABLEDStatic value Enabled for PolicyResourceState.static final PolicyResourceStatePolicyResourceState.ENABLINGStatic value Enabling for PolicyResourceState.Methods in com.azure.resourcemanager.frontdoor.models that return PolicyResourceStateModifier and TypeMethodDescriptionstatic PolicyResourceStatePolicyResourceState.fromString(String name) Creates or finds a PolicyResourceState from its string representation.WebApplicationFirewallPolicy.resourceState()Gets the resourceState property: Resource status of the policy.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type PolicyResourceStateModifier and TypeMethodDescriptionstatic Collection<PolicyResourceState>PolicyResourceState.values()Gets known PolicyResourceState values.