DeleteInvoiceSectionEligibilityDetail Class
The details of delete invoice section eligibility result.
- Inheritance
-
azure.mgmt.billing._serialization.ModelDeleteInvoiceSectionEligibilityDetail
Constructor
DeleteInvoiceSectionEligibilityDetail(*, code: str | _models.DeleteInvoiceSectionEligibilityCode | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Code for the delete invoice section validation. Known values are: "Other", "LastInvoiceSection", "ActiveAzurePlans", "ReservedInstances", and "ActiveBillingSubscriptions". |
message
|
Validation message. |
Variables
Name | Description |
---|---|
code
|
Code for the delete invoice section validation. Known values are: "Other", "LastInvoiceSection", "ActiveAzurePlans", "ReservedInstances", and "ActiveBillingSubscriptions". |
message
|
Validation message. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python