AssociatedTenantProperties Class

An associated tenant.

Constructor

AssociatedTenantProperties(*args: Any, **kwargs: Any)

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.

Attributes

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".

billing_management_state: str | _models.BillingManagementTenantState | None

display_name

The name of the associated tenant.

display_name: str | None

provisioning_billing_request_id

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

provisioning_billing_request_id: str | None

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_management_state: str | _models.ProvisioningTenantState | None

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".

provisioning_state: str | _models.ProvisioningState | None

tenant_id

The ID that uniquely identifies a tenant.

tenant_id: str | None