你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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. |