InvoiceSectionWithCreateSubPermission Class
Invoice section properties with create subscription permission.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelInvoiceSectionWithCreateSubPermission
Constructor
InvoiceSectionWithCreateSubPermission(**kwargs: Any)
Variables
Name | Description |
---|---|
billing_profile_display_name
|
The name of the billing profile. |
billing_profile_id
|
The fully qualified ID that uniquely identifies a billing profile. |
billing_profile_system_id
|
The system generated unique identifier for a billing profile. |
billing_profile_status
|
The status of the billing profile. Known values are: "Other", "Active", "Disabled", "Warned", "Deleted", and "UnderReview". |
billing_profile_status_reason_code
|
Reason for the specified billing profile status. Known values are: "Other", "PastDue", "UnusualActivity", "SpendingLimitReached", and "SpendingLimitExpired". |
billing_profile_spending_limit
|
str or
SpendingLimit
The billing profile spending limit. Known values are: "Off" and "On". |
enabled_azure_plans
|
Enabled azure plans for the associated billing profile. |
invoice_section_display_name
|
The name of the invoice section. |
invoice_section_id
|
The fully qualified ID that uniquely identifies an invoice section. |
invoice_section_system_id
|
The system generated unique identifier for an invoice section. |
Azure SDK for Python