AccountStatus Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. AccountStatus
- com.
- com.
public final class AccountStatus
extends ExpandableStringEnum<AccountStatus>
The current status of the billing account.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Account |
ACTIVE
Static value Active for Account |
|
static final
Account |
DELETED
Static value Deleted for Account |
|
static final
Account |
DISABLED
Static value Disabled for Account |
|
static final
Account |
EXPIRED
Static value Expired for Account |
|
static final
Account |
EXTENDED
Static value Extended for Account |
|
static final
Account |
NEW
Static value New for Account |
|
static final
Account |
OTHER
Static value Other for Account |
|
static final
Account |
PENDING
Static value Pending for Account |
|
static final
Account |
TERMINATED
Static value Terminated for Account |
|
static final
Account |
TRANSFERRED
Static value Transferred for Account |
|
static final
Account |
UNDER_REVIEW
Static value Under |
Constructor Summary
| Constructor | Description |
|---|---|
| AccountStatus() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Account |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Account |
fromString(String name)
Creates or finds a Account |
|
static
Collection<Account |
values()
Gets known Account |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final AccountStatus ACTIVE
Static value Active for AccountStatus.
DELETED
public static final AccountStatus DELETED
Static value Deleted for AccountStatus.
DISABLED
public static final AccountStatus DISABLED
Static value Disabled for AccountStatus.
EXPIRED
public static final AccountStatus EXPIRED
Static value Expired for AccountStatus.
EXTENDED
public static final AccountStatus EXTENDED
Static value Extended for AccountStatus.
NEW
public static final AccountStatus NEW
Static value New for AccountStatus.
OTHER
public static final AccountStatus OTHER
Static value Other for AccountStatus.
PENDING
public static final AccountStatus PENDING
Static value Pending for AccountStatus.
TERMINATED
public static final AccountStatus TERMINATED
Static value Terminated for AccountStatus.
TRANSFERRED
public static final AccountStatus TRANSFERRED
Static value Transferred for AccountStatus.
UNDER_REVIEW
public static final AccountStatus UNDER_REVIEW
Static value UnderReview for AccountStatus.
Constructor Details
AccountStatus
@Deprecated
public AccountStatus()
Deprecated
Creates a new instance of AccountStatus value.
Method Details
fromString
public static AccountStatus fromString(String name)
Creates or finds a AccountStatus from its string representation.
Parameters:
Returns:
values
public static Collection<AccountStatus> values()
Gets known AccountStatus values.
Returns: