InheritFromParentState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. InheritFromParentState
- com.
- com.
public final class InheritFromParentState
extends ExpandableStringEnum<InheritFromParentState>
Update Settings. Enabled - Resource should inherit configurations from parent. Disabled - Resource should not inherit configurations from parent.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Inherit |
DISABLED
Disabled. |
|
static final
Inherit |
ENABLED
Enabled. |
Constructor Summary
| Constructor | Description |
|---|---|
| InheritFromParentState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Inherit |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Inherit |
fromString(String name)
Creates or finds a Inherit |
|
static
Collection<Inherit |
values()
Gets known Inherit |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final InheritFromParentState DISABLED
Disabled.
ENABLED
public static final InheritFromParentState ENABLED
Enabled.
Constructor Details
InheritFromParentState
@Deprecated
public InheritFromParentState()
Deprecated
Creates a new instance of InheritFromParentState value.
Method Details
fromString
public static InheritFromParentState fromString(String name)
Creates or finds a InheritFromParentState from its string representation.
Parameters:
Returns:
values
public static Collection<InheritFromParentState> values()
Gets known InheritFromParentState values.
Returns: