BillingManagementTenantState 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 users from the associated tenant can be assigned roles for commerce activities like viewing and downloading invoices, managing payments, and making purchases.
public readonly struct BillingManagementTenantState : IEquatable<Azure.ResourceManager.Billing.Models.BillingManagementTenantState>
type BillingManagementTenantState = struct
Public Structure BillingManagementTenantState
Implements IEquatable(Of BillingManagementTenantState)
- Inheritance
-
BillingManagementTenantState
- Implements
Constructors
BillingManagementTenantState(String) |
Initializes a new instance of BillingManagementTenantState. |
Properties
Active |
Active. |
NotAllowed |
NotAllowed. |
Other |
Other. |
Revoked |
Revoked. |
Methods
Equals(BillingManagementTenantState) |
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(BillingManagementTenantState, BillingManagementTenantState) |
Determines if two BillingManagementTenantState values are the same. |
Implicit(String to BillingManagementTenantState) |
Converts a string to a BillingManagementTenantState. |
Inequality(BillingManagementTenantState, BillingManagementTenantState) |
Determines if two BillingManagementTenantState values are not the same. |
Applies to
Azure SDK for .NET