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