Uses of Class
com.azure.resourcemanager.cdn.models.PolicyEnabledState
-
Packages that use PolicyEnabledState Package Description com.azure.resourcemanager.cdn.models 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 PolicyEnabledState Modifier and Type Field Description static PolicyEnabledStatePolicyEnabledState. DISABLEDStatic value Disabled for PolicyEnabledState.static PolicyEnabledStatePolicyEnabledState. ENABLEDStatic value Enabled for PolicyEnabledState.Methods in com.azure.resourcemanager.cdn.models that return PolicyEnabledState Modifier and Type Method Description PolicyEnabledStatePolicySettings. 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 PolicyEnabledState Modifier and Type Method Description static Collection<PolicyEnabledState>PolicyEnabledState. values()Methods in com.azure.resourcemanager.cdn.models with parameters of type PolicyEnabledState Modifier and Type Method Description PolicySettingsPolicySettings. withEnabledState(PolicyEnabledState enabledState)Set the enabledState property: describes if the policy is in enabled state or disabled state.
-