DetailedTransferStatus Class
Detailed transfer status.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing._serialization.ModelDetailedTransferStatus
Constructor
DetailedTransferStatus(*, error_details: _models.TransferError | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
error_details
|
Error details for transfer execution. |
Variables
Name | Description |
---|---|
product_type
|
str or
ProductType
Type of product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS". |
product_id
|
The ID of the product that is transferred. |
product_name
|
The name of the product that is transferred. |
sku_description
|
The SKU of the product that is transferred. |
transfer_status
|
Transfer status. Known values are: "NotStarted", "InProgress", "Completed", and "Failed". |
error_details
|
Error details for transfer execution. |
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