BillingProvisioningTenantState Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The state determines whether subscriptions and licenses can be provisioned in the associated tenant. It can be set to 'Pending' to initiate a billing request.
public readonly struct BillingProvisioningTenantState : IEquatable<Azure.ResourceManager.Billing.Models.BillingProvisioningTenantState>
type BillingProvisioningTenantState = struct
Public Structure BillingProvisioningTenantState
Implements IEquatable(Of BillingProvisioningTenantState)
- Inheritance
-
BillingProvisioningTenantState
- Implements
Constructors
BillingProvisioningTenantState(String) |
Initializes a new instance of BillingProvisioningTenantState. |
Properties
Active |
Active. |
BillingRequestDeclined |
BillingRequestDeclined. |
BillingRequestExpired |
BillingRequestExpired. |
NotRequested |
NotRequested. |
Other |
Other. |
Pending |
Pending. |
Revoked |
Revoked. |
Methods
Equals(BillingProvisioningTenantState) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(BillingProvisioningTenantState, BillingProvisioningTenantState) |
Determines if two BillingProvisioningTenantState values are the same. |
Implicit(String to BillingProvisioningTenantState) |
Converts a string to a BillingProvisioningTenantState. |
Inequality(BillingProvisioningTenantState, BillingProvisioningTenantState) |
Determines if two BillingProvisioningTenantState values are not the same. |
Applies to
Azure SDK for .NET