InvoiceSectionWithCreateSubPermission Class
Invoice section properties with create subscription permission.
Constructor
InvoiceSectionWithCreateSubPermission(*args: Any, **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. |
Attributes
billing_profile_display_name
The name of the billing profile.
billing_profile_display_name: str | None
billing_profile_id
The fully qualified ID that uniquely identifies a billing profile.
billing_profile_id: str | None
billing_profile_spending_limit
"Off" and "On".
billing_profile_spending_limit: str | _models.SpendingLimit | None
billing_profile_status
"Other", "Active", "Disabled", "Warned", "Deleted", and "UnderReview".
billing_profile_status: str | _models.BillingProfileStatus | None
billing_profile_status_reason_code
"Other", "PastDue", "UnusualActivity", "SpendingLimitReached", and "SpendingLimitExpired".
billing_profile_status_reason_code: str | _models.BillingProfileStatusReasonCode | None
billing_profile_system_id
The system generated unique identifier for a billing profile.
billing_profile_system_id: str | None
enabled_azure_plans
Enabled azure plans for the associated billing profile.
enabled_azure_plans: list['_models.AzurePlan'] | None
invoice_section_display_name
The name of the invoice section.
invoice_section_display_name: str | None
invoice_section_id
The fully qualified ID that uniquely identifies an invoice section.
invoice_section_id: str | None
invoice_section_system_id
The system generated unique identifier for an invoice section.
invoice_section_system_id: str | None