PartnerTransferDetails interface
Details of the transfer.
- Extends
Properties
canceled |
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. |
detailed |
Detailed transfer status. NOTE: This property will not be serialized. It can only be populated by the server. |
expiration |
The time at which the transfer request expires. NOTE: This property will not be serialized. It can only be populated by the server. |
initiator |
The type of customer who sent the transfer request. NOTE: This property will not be serialized. It can only be populated by the server. |
initiator |
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. |
recipient |
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. |
reseller |
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account. NOTE: This property will not be serialized. It can only be populated by the server. |
reseller |
Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account. NOTE: This property will not be serialized. It can only be populated by the server. |
transfer |
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. |
system |
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
initiatorCustomerType
The type of customer who sent the transfer request. NOTE: This property will not be serialized. It can only be populated by the server.
initiatorCustomerType?: string
Property Value
string
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
resellerId
Optional MPN ID of the reseller for transfer requests that are sent from a Microsoft Partner Agreement billing account. NOTE: This property will not be serialized. It can only be populated by the server.
resellerId?: string
Property Value
string
resellerName
Optional name of the reseller for transfer requests that are sent from Microsoft Partner Agreement billing account. NOTE: This property will not be serialized. It can only be populated by the server.
resellerName?: 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