DetailedTransferStatus Class

Detailed transfer status.

Constructor

DetailedTransferStatus(*args: Any, **kwargs: Any)

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.

Attributes

error_details

Error details for transfer execution.

error_details: _models.TransferError | None

product_id

The ID of the product that is transferred.

product_id: str | None

product_name

The name of the product that is transferred.

product_name: str | None

product_type

"AzureSubscription", "AzureReservation", "Department", "SavingsPlan", and "SAAS".

product_type: str | _models.ProductType | None

sku_description

The SKU of the product that is transferred.

sku_description: str | None

transfer_status

"NotStarted", "InProgress", "Completed", and "Failed".

transfer_status: str | _models.ProductTransferStatus | None