Uses of Class
com.azure.resourcemanager.frontdoor.models.PolicyEnabledState
Packages that use PolicyEnabledState
Package
Description
Package containing the data models for FrontDoorManagementClient.
-
Uses of PolicyEnabledState in com.azure.resourcemanager.frontdoor.models
Fields in com.azure.resourcemanager.frontdoor.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.frontdoor.models that return PolicyEnabledStateModifier and TypeMethodDescriptionPolicySettings.enabledState()Get the enabledState property: Describes if the policy is in enabled or disabled state.static PolicyEnabledStatePolicyEnabledState.fromString(String name) Creates or finds a PolicyEnabledState from its string representation.Methods in com.azure.resourcemanager.frontdoor.models that return types with arguments of type PolicyEnabledStateModifier and TypeMethodDescriptionstatic Collection<PolicyEnabledState>PolicyEnabledState.values()Gets known PolicyEnabledState values.Methods in com.azure.resourcemanager.frontdoor.models with parameters of type PolicyEnabledStateModifier and TypeMethodDescriptionPolicySettings.withEnabledState(PolicyEnabledState enabledState) Set the enabledState property: Describes if the policy is in enabled or disabled state.