TransferDetails interface

Details of the transfer.

Extends

Properties

canceledBy

The email ID of the user who canceled the transfer request. NOTE: This property will not be serialized. It can only be populated by the server.

detailedTransferStatus

Detailed transfer status. NOTE: This property will not be serialized. It can only be populated by the server.

expirationTime

The time at which the transfer request expires. NOTE: This property will not be serialized. It can only be populated by the server.

initiatorEmailId

The email ID of the user who sent the transfer request. NOTE: This property will not be serialized. It can only be populated by the server.

recipientEmailId

The email ID of the user to whom the transfer request was sent. NOTE: This property will not be serialized. It can only be populated by the server.

transferStatus

Overall transfer status. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

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

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

canceledBy

The email ID of the user who canceled the transfer request. NOTE: This property will not be serialized. It can only be populated by the server.

canceledBy?: string

Property Value

string

detailedTransferStatus

Detailed transfer status. NOTE: This property will not be serialized. It can only be populated by the server.

detailedTransferStatus?: DetailedTransferStatus[]

Property Value

expirationTime

The time at which the transfer request expires. NOTE: This property will not be serialized. It can only be populated by the server.

expirationTime?: Date

Property Value

Date

initiatorEmailId

The email ID of the user who sent the transfer request. NOTE: This property will not be serialized. It can only be populated by the server.

initiatorEmailId?: string

Property Value

string

recipientEmailId

The email ID of the user to whom the transfer request was sent. NOTE: This property will not be serialized. It can only be populated by the server.

recipientEmailId?: string

Property Value

string

transferStatus

Overall transfer status. NOTE: This property will not be serialized. It can only be populated by the server.

transferStatus?: string

Property Value

string

Inherited Property Details

id

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyResourceWithTags.id

name

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyResourceWithTags.name

systemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

systemData?: SystemData

Property Value

Inherited From ProxyResourceWithTags.systemData

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?: {[propertyName: string]: string}

Property Value

{[propertyName: string]: string}

Inherited From ProxyResourceWithTags.tags

type

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyResourceWithTags.type