Inherited Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. security. models. Inherited
- com.
- com.
public final class Inherited
extends ExpandableStringEnum<Inherited>
"inherited" = "True" indicates that the current scope inherits its pricing configuration from its parent. The ID of the parent scope that provides the inherited configuration is displayed in the "inheritedFrom" field. On the other hand, "inherited" = "False" indicates that the current scope has its own pricing configuration explicitly set, and does not inherit from its parent. This field is read only and available only for resource-level pricing.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Inherited |
FALSE
Static value False for Inherited. |
| static final Inherited |
TRUE
Static value True for Inherited. |
Constructor Summary
| Constructor | Description |
|---|---|
| Inherited() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Inherited value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Inherited |
fromString(String name)
Creates or finds a Inherited from its string representation. |
| static Collection<Inherited> |
values()
Gets known Inherited values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final Inherited FALSE
Static value False for Inherited.
TRUE
public static final Inherited TRUE
Static value True for Inherited.
Constructor Details
Inherited
@Deprecated
public Inherited()
Deprecated
Creates a new instance of Inherited value.
Method Details
fromString
public static Inherited fromString(String name)
Creates or finds a Inherited from its string representation.
Parameters:
Returns:
values
public static Collection<Inherited> values()
Gets known Inherited values.
Returns: