RecipientTransferDetails interface

Details of the transfer.

Extends

Properties

allowedProductType

Type of subscriptions that can be transferred.

canceledBy

The email ID of the user who canceled the transfer request.

customerTenantId

The customer tenant id.

detailedTransferStatus

Detailed transfer status.

expirationTime

The time at which the transfer request expires.

initiatorCustomerType

The type of customer who sent the transfer request.

initiatorEmailId

The email ID of the user who sent the transfer request.

recipientEmailId

The email ID of the user to whom the transfer request was sent.

resellerId

Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account.

resellerName

Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account.

supportedAccounts

List of supported account types.

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 < > % & \ ? /

transferStatus

Overall transfer status.

Inherited Properties

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

name

The name of the resource

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Property Details

allowedProductType

Type of subscriptions that can be transferred.

allowedProductType?: string[]

Property Value

string[]

canceledBy

The email ID of the user who canceled the transfer request.

canceledBy?: string

Property Value

string

customerTenantId

The customer tenant id.

customerTenantId?: string

Property Value

string

detailedTransferStatus

Detailed transfer status.

detailedTransferStatus?: DetailedTransferStatus[]

Property Value

expirationTime

The time at which the transfer request expires.

expirationTime?: Date

Property Value

Date

initiatorCustomerType

The type of customer who sent the transfer request.

initiatorCustomerType?: string

Property Value

string

initiatorEmailId

The email ID of the user who sent the transfer request.

initiatorEmailId?: string

Property Value

string

recipientEmailId

The email ID of the user to whom the transfer request was sent.

recipientEmailId?: string

Property Value

string

resellerId

Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account.

resellerId?: string

Property Value

string

resellerName

Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account.

resellerName?: string

Property Value

string

supportedAccounts

List of supported account types.

supportedAccounts?: string[]

Property Value

string[]

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 < > % & \ ? /

tags?: Record<string, string>

Property Value

Record<string, string>

transferStatus

Overall transfer status.

transferStatus?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

id?: string

Property Value

string

Inherited From ProxyResource.id

name

The name of the resource

name?: string

Property Value

string

Inherited From ProxyResource.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information.

systemData?: SystemData

Property Value

Inherited From ProxyResource.systemData

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

type?: string

Property Value

string

Inherited From ProxyResource.type