ReservationExtendedStatusInfo Class
Extended status information for the reservation.
- Inheritance
-
azure.mgmt.billing._serialization.ModelReservationExtendedStatusInfo
Constructor
ReservationExtendedStatusInfo(*, status_code: str | _models.ReservationStatusCode | None = None, message: str | None = None, properties: _models.ExtendedStatusDefinitionProperties | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
status_code
|
The status of the reservation. Known values are: "None", "Pending", "Processing", "Active", "PurchaseError", "PaymentInstrumentError", "Split", "Merged", "Expired", "Succeeded", "CapacityError", "CapacityRestricted", "Exchanged", "UnknownError", "RiskCheckFailed", "CreditLineCheckFailed", "Warning", "NoBenefitDueToSubscriptionTransfer", "NoBenefitDueToSubscriptionDeletion", and "NoBenefit". |
message
|
The message giving detailed information about the status code. |
properties
|
Properties for extended status information. |
Variables
Name | Description |
---|---|
status_code
|
The status of the reservation. Known values are: "None", "Pending", "Processing", "Active", "PurchaseError", "PaymentInstrumentError", "Split", "Merged", "Expired", "Succeeded", "CapacityError", "CapacityRestricted", "Exchanged", "UnknownError", "RiskCheckFailed", "CreditLineCheckFailed", "Warning", "NoBenefitDueToSubscriptionTransfer", "NoBenefitDueToSubscriptionDeletion", and "NoBenefit". |
message
|
The message giving detailed information about the status code. |
properties
|
Properties for extended status information. |
Azure SDK for Python