Uses of Class
com.azure.resourcemanager.cdn.models.PolicyResourceState
-
Packages that use PolicyResourceState Package Description com.azure.resourcemanager.cdn.fluent.models Package containing the inner data models for CdnManagementClient.com.azure.resourcemanager.cdn.models 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 PolicyResourceState Modifier and Type Method Description PolicyResourceStateCdnWebApplicationFirewallPolicyInner. resourceState()Get the resourceState property: Resource status of the policy.PolicyResourceStateCdnWebApplicationFirewallPolicyProperties. 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 PolicyResourceState Modifier and Type Field Description static PolicyResourceStatePolicyResourceState. CREATINGStatic value Creating for PolicyResourceState.static PolicyResourceStatePolicyResourceState. DELETINGStatic value Deleting for PolicyResourceState.static PolicyResourceStatePolicyResourceState. DISABLEDStatic value Disabled for PolicyResourceState.static PolicyResourceStatePolicyResourceState. DISABLINGStatic value Disabling for PolicyResourceState.static PolicyResourceStatePolicyResourceState. ENABLEDStatic value Enabled for PolicyResourceState.static PolicyResourceStatePolicyResourceState. ENABLINGStatic value Enabling for PolicyResourceState.Methods in com.azure.resourcemanager.cdn.models that return PolicyResourceState Modifier and Type Method Description static 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 PolicyResourceState Modifier and Type Method Description static Collection<PolicyResourceState>PolicyResourceState. values()
-