BillingProperty Class
A billing property.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.ResourceBillingProperty
Constructor
BillingProperty(*, cost_center: Optional[str] = None, **kwargs)
Parameters
Variables
- id
- str
Resource Id.
- name
- str
Resource name.
- type
- str
Resource type.
- account_admin_notification_email_address
- str
The email address on which the account admin gets all Azure notifications.
- billing_tenant_id
- str
The Azure AD tenant ID of the billing account for the subscription.
- billing_account_id
- str
The ID of the billing account to which the subscription is billed.
- billing_account_display_name
- str
The name of the billing account to which the subscription is billed.
- billing_profile_id
- str
The ID of the billing profile to which the subscription is billed.
- billing_profile_display_name
- str
The name of the billing profile to which the subscription is billed.
- billing_profile_status
- str or BillingProfileStatus
The status of the billing profile. Possible values include: "Active", "Disabled", "Warned".
- billing_profile_status_reason_code
- str or BillingProfileStatusReasonCode
Reason for the specified billing profile status. Possible values include: "PastDue", "SpendingLimitReached", "SpendingLimitExpired".
- billing_profile_spending_limit
- str or BillingProfileSpendingLimit
The billing profile spending limit. Possible values include: "Off", "On".
- invoice_section_id
- str
The ID of the invoice section to which the subscription is billed.
- invoice_section_display_name
- str
The name of the invoice section to which the subscription is billed.
- is_account_admin
- bool
Indicates whether user is the account admin.
- product_id
- str
The product ID of the Azure plan.
- product_name
- str
The product name of the Azure plan.
- sku_id
- str
The sku ID of the Azure plan for the subscription.
- sku_description
- str
The sku description of the Azure plan for the subscription.
Feedback
Submit and view feedback for