public final class PolicyEnabledState extends com.azure.core.util.ExpandableStringEnum<PolicyEnabledState>
| Modifier and Type | Field and Description |
|---|---|
static PolicyEnabledState |
DISABLED
Static value Disabled for PolicyEnabledState.
|
static PolicyEnabledState |
ENABLED
Static value Enabled for PolicyEnabledState.
|
| Constructor and Description |
|---|
PolicyEnabledState() |
| Modifier and Type | Method and Description |
|---|---|
static PolicyEnabledState |
fromString(String name)
Creates or finds a PolicyEnabledState from its string representation.
|
static Collection<PolicyEnabledState> |
values() |
public static final PolicyEnabledState DISABLED
public static final PolicyEnabledState ENABLED
public static PolicyEnabledState fromString(String name)
name - a name to look for.public static Collection<PolicyEnabledState> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.