RecipientTransferDetails Class
Details of the transfer.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.billing.models._models_py3.ProxyResourceWithTagsRecipientTransferDetails
Constructor
RecipientTransferDetails(*, tags: Dict[str, str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
tags
|
Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & ? /. |
Variables
Name | Description |
---|---|
id
|
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}". # pylint: disable=line-too-long |
name
|
The name of the resource. |
type
|
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". |
system_data
|
Azure Resource Manager metadata containing createdBy and modifiedBy information. |
tags
|
Dictionary of metadata associated with the resource. It may not be populated for all resource types. Maximum key/value length supported of 256 characters. Keys/value should not empty value nor null. Keys can not contain < > % & ? /. |
expiration_time
|
The time at which the transfer request expires. |
allowed_product_type
|
Type of subscriptions that can be transferred. |
transfer_status
|
Overall transfer status. Known values are: "Expired", "Pending", "InProgress", "Completed", "CompletedWithErrors", "Failed", "Canceled", and "Declined". |
recipient_email_id
|
The email ID of the user to whom the transfer request was sent. |
initiator_email_id
|
The email ID of the user who sent the transfer request. |
reseller_id
|
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account. |
reseller_name
|
Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account. |
initiator_customer_type
|
The type of customer who sent the transfer request. Known values are: "Partner" and "EA". |
canceled_by
|
The email ID of the user who canceled the transfer request. |
detailed_transfer_status
|
Detailed transfer status. |
customer_tenant_id
|
The customer tenant id. |
supported_accounts
|
List of supported account types. |
Azure SDK for Python