DeleteBillingProfileEligibilityDetail Class
Validation details of delete billing profile eligibility.
- Inheritance
-
azure.mgmt.billing._serialization.ModelDeleteBillingProfileEligibilityDetail
Constructor
DeleteBillingProfileEligibilityDetail(*, code: str | _models.DeleteBillingProfileEligibilityCode | None = None, message: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
code
|
Code of the delete invoice section eligibility response. Known values are: "None", "ActiveCredits", "ActiveCreditCard", "LastBillingProfile", "NotSupported", "OutstandingCharges", "PendingCharges", "ReservedInstances", and "ActiveBillingSubscriptions". |
message
|
Validation message. |
Variables
Name | Description |
---|---|
code
|
Code of the delete invoice section eligibility response. Known values are: "None", "ActiveCredits", "ActiveCreditCard", "LastBillingProfile", "NotSupported", "OutstandingCharges", "PendingCharges", "ReservedInstances", and "ActiveBillingSubscriptions". |
message
|
Validation message. |
Azure SDK for Python