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.Model
AssociatedTenantProperties

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
str

The name of the associated tenant.

tenant_id
str

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
str

The name of the associated tenant.

tenant_id
str

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
str

The unique identifier for the billing request that is created when enabling provisioning for an associated tenant.