Uses of Class
com.azure.resourcemanager.cdn.models.PolicyEnabledState
Packages that use PolicyEnabledState
Package
Description
Package containing the data models for CdnManagementClient.
-
Uses of PolicyEnabledState in com.azure.resourcemanager.cdn.models
Fields in com.azure.resourcemanager.cdn.models declared as PolicyEnabledStateModifier and TypeFieldDescriptionstatic final PolicyEnabledStatePolicyEnabledState.DISABLEDStatic value Disabled for PolicyEnabledState.static final PolicyEnabledStatePolicyEnabledState.ENABLEDStatic value Enabled for PolicyEnabledState.Methods in com.azure.resourcemanager.cdn.models that return PolicyEnabledStateModifier and TypeMethodDescriptionPolicySettings.enabledState()Get the enabledState property: describes if the policy is in enabled state or disabled state.static PolicyEnabledStatePolicyEnabledState.fromString(String name) Creates or finds a PolicyEnabledState from its string representation.Methods in com.azure.resourcemanager.cdn.models that return types with arguments of type PolicyEnabledStateModifier and TypeMethodDescriptionstatic Collection<PolicyEnabledState> PolicyEnabledState.values()Gets known PolicyEnabledState values.Methods in com.azure.resourcemanager.cdn.models with parameters of type PolicyEnabledStateModifier and TypeMethodDescriptionPolicySettings.withEnabledState(PolicyEnabledState enabledState) Set the enabledState property: describes if the policy is in enabled state or disabled state.