Uses of Class
com.microsoft.azure.management.cdn.PolicyEnabledState
Package
Description
This package contains the classes for CdnManagementClient.
-
Uses of PolicyEnabledState in com.microsoft.azure.management.cdn
Modifier and TypeFieldDescriptionstatic final PolicyEnabledState
PolicyEnabledState.DISABLED
Static value Disabled for PolicyEnabledState.static final PolicyEnabledState
PolicyEnabledState.ENABLED
Static value Enabled for PolicyEnabledState.Modifier 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.Modifier and TypeMethodDescriptionstatic Collection<PolicyEnabledState>
PolicyEnabledState.values()
Modifier and TypeMethodDescriptionPolicySettings.withEnabledState
(PolicyEnabledState enabledState) Set describes if the policy is in enabled state or disabled state.