Uses of Class
com.microsoft.azure.management.cdn.PolicyEnabledState
Packages that use PolicyEnabledState
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of PolicyEnabledState in com.microsoft.azure.management.cdn
Fields in com.microsoft.azure.management.cdn declared as PolicyEnabledStateModifier and TypeFieldDescriptionstatic final PolicyEnabledState
PolicyEnabledState.DISABLED
Static value Disabled for PolicyEnabledState.static final PolicyEnabledState
PolicyEnabledState.ENABLED
Static value Enabled for PolicyEnabledState.Methods in com.microsoft.azure.management.cdn that return PolicyEnabledStateModifier and TypeMethodDescriptionPolicySettings.enabledState()
Get describes if the policy is in enabled state or disabled state.static PolicyEnabledState
PolicyEnabledState.fromString
(String name) Creates or finds a PolicyEnabledState from its string representation.Methods in com.microsoft.azure.management.cdn that return types with arguments of type PolicyEnabledStateModifier and TypeMethodDescriptionstatic Collection<PolicyEnabledState>
PolicyEnabledState.values()
Methods in com.microsoft.azure.management.cdn with parameters of type PolicyEnabledStateModifier and TypeMethodDescriptionPolicySettings.withEnabledState
(PolicyEnabledState enabledState) Set describes if the policy is in enabled state or disabled state.