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.Model
DetailedTransferStatus

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

Type of product that is transferred. Known values are: "AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS".

product_id
str

The ID of the product that is transferred.

product_name
str

The name of the product that is transferred.

sku_description
str

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.