BillingRequestType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. billing. models. BillingRequestType
- com.
- com.
public final class BillingRequestType
extends ExpandableStringEnum<BillingRequestType>
Type of billing request.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Billing |
INVOICE_ACCESS
Static value Invoice |
|
static final
Billing |
OTHER
Static value Other for Billing |
|
static final
Billing |
PROVISIONING_ACCESS
Static value Provisioning |
|
static final
Billing |
ROLE_ASSIGNMENT
Static value Role |
|
static final
Billing |
UPDATE_BILLING_POLICY
Static value Update |
Constructor Summary
| Constructor | Description |
|---|---|
| BillingRequestType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Billing |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Billing |
fromString(String name)
Creates or finds a Billing |
|
static
Collection<Billing |
values()
Gets known Billing |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
INVOICE_ACCESS
public static final BillingRequestType INVOICE_ACCESS
Static value InvoiceAccess for BillingRequestType.
OTHER
public static final BillingRequestType OTHER
Static value Other for BillingRequestType.
PROVISIONING_ACCESS
public static final BillingRequestType PROVISIONING_ACCESS
Static value ProvisioningAccess for BillingRequestType.
ROLE_ASSIGNMENT
public static final BillingRequestType ROLE_ASSIGNMENT
Static value RoleAssignment for BillingRequestType.
UPDATE_BILLING_POLICY
public static final BillingRequestType UPDATE_BILLING_POLICY
Static value UpdateBillingPolicy for BillingRequestType.
Constructor Details
BillingRequestType
@Deprecated
public BillingRequestType()
Deprecated
Creates a new instance of BillingRequestType value.
Method Details
fromString
public static BillingRequestType fromString(String name)
Creates or finds a BillingRequestType from its string representation.
Parameters:
Returns:
values
public static Collection<BillingRequestType> values()
Gets known BillingRequestType values.
Returns: