DenyStatusMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. DenyStatusMode
- com.
- com.
public final class DenyStatusMode
extends ExpandableStringEnum<DenyStatusMode>
denyAssignment settings applied to the resource.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Deny |
DENY_DELETE
Static value deny |
static final
Deny |
DENY_WRITE_AND_DELETE
Static value deny |
static final
Deny |
INAPPLICABLE
Static value inapplicable for Deny |
static final
Deny |
NONE
Static value none for Deny |
static final
Deny |
NOT_SUPPORTED
Static value not |
static final
Deny |
REMOVED_BY_SYSTEM
Static value removed |
Constructor Summary
Constructor | Description |
---|---|
DenyStatusMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Deny |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Deny |
fromString(String name)
Creates or finds a Deny |
static
Collection<Deny |
values()
Gets known Deny |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DENY_DELETE
public static final DenyStatusMode DENY_DELETE
Static value denyDelete for DenyStatusMode.
DENY_WRITE_AND_DELETE
public static final DenyStatusMode DENY_WRITE_AND_DELETE
Static value denyWriteAndDelete for DenyStatusMode.
INAPPLICABLE
public static final DenyStatusMode INAPPLICABLE
Static value inapplicable for DenyStatusMode.
NONE
public static final DenyStatusMode NONE
Static value none for DenyStatusMode.
NOT_SUPPORTED
public static final DenyStatusMode NOT_SUPPORTED
Static value notSupported for DenyStatusMode.
REMOVED_BY_SYSTEM
public static final DenyStatusMode REMOVED_BY_SYSTEM
Static value removedBySystem for DenyStatusMode.
Constructor Details
DenyStatusMode
@Deprecated
public DenyStatusMode()
Deprecated
Creates a new instance of DenyStatusMode value.
Method Details
fromString
public static DenyStatusMode fromString(String name)
Creates or finds a DenyStatusMode from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known DenyStatusMode values.
Returns:
Applies to
Azure SDK for Java