Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicyEnabledState
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of PolicyEnabledState in com.azure.resourcemanager.frontdoor.models
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 the enabledState property: Describes if the policy is in enabled 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()
Gets known PolicyEnabledState values.Modifier and TypeMethodDescriptionPolicySettings.withEnabledState
(PolicyEnabledState enabledState) Set the enabledState property: Describes if the policy is in enabled or disabled state.