AppliedScopeType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AppliedScopeType
- com.
- com.
public final class AppliedScopeType
extends ExpandableStringEnum<AppliedScopeType>
Type of the Applied Scope.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Applied |
MANAGEMENT_GROUP
Static value Management |
|
static final
Applied |
SHARED
Static value Shared for Applied |
|
static final
Applied |
SINGLE
Static value Single for Applied |
Constructor Summary
| Constructor | Description |
|---|---|
| AppliedScopeType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Applied |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Applied |
fromString(String name)
Creates or finds a Applied |
|
static
Collection<Applied |
values()
Gets known Applied |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MANAGEMENT_GROUP
public static final AppliedScopeType MANAGEMENT_GROUP
Static value ManagementGroup for AppliedScopeType.
SHARED
public static final AppliedScopeType SHARED
Static value Shared for AppliedScopeType.
SINGLE
public static final AppliedScopeType SINGLE
Static value Single for AppliedScopeType.
Constructor Details
AppliedScopeType
@Deprecated
public AppliedScopeType()
Deprecated
Creates a new instance of AppliedScopeType value.
Method Details
fromString
public static AppliedScopeType fromString(String name)
Creates or finds a AppliedScopeType from its string representation.
Parameters:
Returns:
values
public static Collection<AppliedScopeType> values()
Gets known AppliedScopeType values.
Returns: