AssociatedTenantProperties Class
An associated tenant.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelAssociatedTenantProperties
Constructor
AssociatedTenantProperties(*, display_name: str | None = None, tenant_id: str | None = None, billing_management_state: str | _models.BillingManagementTenantState | None = None, provisioning_management_state: str | _models.ProvisioningTenantState | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
display_name
|
The name of the associated tenant. |
tenant_id
|
The ID that uniquely identifies a tenant. |
billing_management_state
|
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. Known values are: "Other", "NotAllowed", "Active", and "Revoked". |
provisioning_management_state
|
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. Known values are: "Other", "NotRequested", "Active", "Pending", "BillingRequestExpired", "BillingRequestDeclined", and "Revoked". |
Variables
Name | Description |
---|---|
provisioning_state
|
The provisioning state of the resource during a long-running operation. Known values are: "Succeeded", "Canceled", "Failed", "New", "Pending", "Provisioning", "PendingBilling", "ConfirmedBilling", "Creating", "Created", and "Expired". |
display_name
|
The name of the associated tenant. |
tenant_id
|
The ID that uniquely identifies a tenant. |
billing_management_state
|
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. Known values are: "Other", "NotAllowed", "Active", and "Revoked". |
provisioning_management_state
|
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. Known values are: "Other", "NotRequested", "Active", "Pending", "BillingRequestExpired", "BillingRequestDeclined", and "Revoked". |
provisioning_billing_request_id
|
The unique identifier for the billing request that is created when enabling provisioning for an associated tenant. |
Azure SDK for Python