Uses of Class
com.azure.resourcemanager.cdn.models.PolicyResourceState
Packages that use PolicyResourceState
Package
Description
Package containing the inner data models for CdnManagementClient.
Package containing the data models for CdnManagementClient.
-
Uses of PolicyResourceState in com.azure.resourcemanager.cdn.fluent.models
Methods in com.azure.resourcemanager.cdn.fluent.models that return PolicyResourceStateModifier and TypeMethodDescriptionCdnWebApplicationFirewallPolicyInner.resourceState()Get the resourceState property: Resource status of the policy.CdnWebApplicationFirewallPolicyProperties.resourceState()Get the resourceState property: Resource status of the policy. -
Uses of PolicyResourceState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.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.cdn.models that return PolicyResourceStateModifier and TypeMethodDescriptionstatic PolicyResourceStatePolicyResourceState.fromString(String name) Creates or finds a PolicyResourceState from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type PolicyResourceStateModifier and TypeMethodDescriptionstatic Collection<PolicyResourceState>PolicyResourceState.values()Gets known PolicyResourceState values.