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. |
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for Python