BillingProperty Class
A billing property.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
BillingProperty(*, cost_center: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
cost_center
|
The cost center applied to the subscription. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
account_admin_notification_email_address
|
The email address on which the account admin gets all Azure notifications. |
billing_tenant_id
|
The Azure AD tenant ID of the billing account for the subscription. |
billing_account_id
|
The ID of the billing account to which the subscription is billed. |
billing_account_display_name
|
The name of the billing account to which the subscription is billed. |
billing_profile_id
|
The ID of the billing profile to which the subscription is billed. |
billing_profile_display_name
|
The name of the billing profile to which the subscription is billed. |
billing_profile_status
|
The status of the billing profile. Known values are: "Active", "Disabled", and "Warned". |
billing_profile_status_reason_code
|
Reason for the specified billing profile status. Known values are: "PastDue", "SpendingLimitReached", and "SpendingLimitExpired". |
billing_profile_spending_limit
|
The billing profile spending limit. Known values are: "Off" and "On". |
cost_center
|
The cost center applied to the subscription. |
invoice_section_id
|
The ID of the invoice section to which the subscription is billed. |
invoice_section_display_name
|
The name of the invoice section to which the subscription is billed. |
is_account_admin
|
Indicates whether user is the account admin. |
product_id
|
The product ID of the Azure plan. |
product_name
|
The product name of the Azure plan. |
sku_id
|
The sku ID of the Azure plan for the subscription. |
sku_description
|
The sku description of the Azure plan for the subscription. |
Azure SDK for Python