DeleteBillingProfileEligibilityCode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. DeleteBillingProfileEligibilityCode
- com.
- com.
public final class DeleteBillingProfileEligibilityCode
extends ExpandableStringEnum<DeleteBillingProfileEligibilityCode>
Code of the delete invoice section eligibility response.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Delete |
ACTIVE_BILLING_SUBSCRIPTIONS
Static value Active |
|
static final
Delete |
ACTIVE_CREDITS
Static value Active |
|
static final
Delete |
ACTIVE_CREDIT_CARD
Static value Active |
|
static final
Delete |
LAST_BILLING_PROFILE
Static value Last |
|
static final
Delete |
NONE
Static value None for Delete |
|
static final
Delete |
NOT_SUPPORTED
Static value Not |
|
static final
Delete |
OUTSTANDING_CHARGES
Static value Outstanding |
|
static final
Delete |
PENDING_CHARGES
Static value Pending |
|
static final
Delete |
RESERVED_INSTANCES
Static value Reserved |
Constructor Summary
| Constructor | Description |
|---|---|
| DeleteBillingProfileEligibilityCode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Delete |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Delete |
fromString(String name)
Creates or finds a Delete |
|
static
Collection<Delete |
values()
Gets known Delete |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE_BILLING_SUBSCRIPTIONS
public static final DeleteBillingProfileEligibilityCode ACTIVE_BILLING_SUBSCRIPTIONS
Static value ActiveBillingSubscriptions for DeleteBillingProfileEligibilityCode.
ACTIVE_CREDITS
public static final DeleteBillingProfileEligibilityCode ACTIVE_CREDITS
Static value ActiveCredits for DeleteBillingProfileEligibilityCode.
ACTIVE_CREDIT_CARD
public static final DeleteBillingProfileEligibilityCode ACTIVE_CREDIT_CARD
Static value ActiveCreditCard for DeleteBillingProfileEligibilityCode.
LAST_BILLING_PROFILE
public static final DeleteBillingProfileEligibilityCode LAST_BILLING_PROFILE
Static value LastBillingProfile for DeleteBillingProfileEligibilityCode.
NONE
public static final DeleteBillingProfileEligibilityCode NONE
Static value None for DeleteBillingProfileEligibilityCode.
NOT_SUPPORTED
public static final DeleteBillingProfileEligibilityCode NOT_SUPPORTED
Static value NotSupported for DeleteBillingProfileEligibilityCode.
OUTSTANDING_CHARGES
public static final DeleteBillingProfileEligibilityCode OUTSTANDING_CHARGES
Static value OutstandingCharges for DeleteBillingProfileEligibilityCode.
PENDING_CHARGES
public static final DeleteBillingProfileEligibilityCode PENDING_CHARGES
Static value PendingCharges for DeleteBillingProfileEligibilityCode.
RESERVED_INSTANCES
public static final DeleteBillingProfileEligibilityCode RESERVED_INSTANCES
Static value ReservedInstances for DeleteBillingProfileEligibilityCode.
Constructor Details
DeleteBillingProfileEligibilityCode
@Deprecated
public DeleteBillingProfileEligibilityCode()
Deprecated
Creates a new instance of DeleteBillingProfileEligibilityCode value.
Method Details
fromString
public static DeleteBillingProfileEligibilityCode fromString(String name)
Creates or finds a DeleteBillingProfileEligibilityCode from its string representation.
Parameters:
Returns:
values
public static Collection<DeleteBillingProfileEligibilityCode> values()
Gets known DeleteBillingProfileEligibilityCode values.
Returns: