RecipientTransferDetails interface
传输的详细信息。
属性
| allowed |
可以转移的订阅的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
| canceled |
取消转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| customer |
客户租户 ID。注意:此属性不会序列化。 它只能由服务器填充。 |
| detailed |
详细的传输状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| expiration |
传输请求过期的时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
| initiator |
发送转移请求的客户的类型。 注意:此属性不会序列化。 它只能由服务器填充。 |
| initiator |
发送传输请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| recipient |
向其发送转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| reseller |
经销商的可选 MPN ID,用于从Microsoft合作伙伴协议计费帐户发送的转移请求。 注意:此属性不会序列化。 它只能由服务器填充。 |
| reseller |
从Microsoft合作伙伴协议计费帐户发送的转移请求的经销商可选名称。 注意:此属性不会序列化。 它只能由服务器填充。 |
| supported |
支持的帐户类型列表。 注意:此属性不会序列化。 它只能由服务器填充。 |
| transfer |
总体传输状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
继承属性
| id | 资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会序列化。 它只能由服务器填充。 |
| name | 资源说明的名称:此属性不会序列化。 它只能由服务器填充。 |
| system |
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。 |
| tags | 与资源关联的元数据字典。 它可能不会针对所有资源类型进行填充。 支持的最大键/值长度为 256 个字符。 键/值不应为空值,也不应为 null。 键不能包含 <> % & \ ? / |
| type | 资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
allowedProductType
可以转移的订阅的类型。 注意:此属性不会序列化。 它只能由服务器填充。
allowedProductType?: string[]
属性值
string[]
canceledBy
取消转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。
canceledBy?: string
属性值
string
customerTenantId
客户租户 ID。注意:此属性不会序列化。 它只能由服务器填充。
customerTenantId?: string
属性值
string
detailedTransferStatus
详细的传输状态。 注意:此属性不会序列化。 它只能由服务器填充。
detailedTransferStatus?: DetailedTransferStatus[]
属性值
expirationTime
传输请求过期的时间。 注意:此属性不会序列化。 它只能由服务器填充。
expirationTime?: Date
属性值
Date
initiatorCustomerType
发送转移请求的客户的类型。 注意:此属性不会序列化。 它只能由服务器填充。
initiatorCustomerType?: string
属性值
string
initiatorEmailId
发送传输请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。
initiatorEmailId?: string
属性值
string
recipientEmailId
向其发送转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。
recipientEmailId?: string
属性值
string
resellerId
经销商的可选 MPN ID,用于从Microsoft合作伙伴协议计费帐户发送的转移请求。 注意:此属性不会序列化。 它只能由服务器填充。
resellerId?: string
属性值
string
resellerName
从Microsoft合作伙伴协议计费帐户发送的转移请求的经销商可选名称。 注意:此属性不会序列化。 它只能由服务器填充。
resellerName?: string
属性值
string
supportedAccounts
支持的帐户类型列表。 注意:此属性不会序列化。 它只能由服务器填充。
supportedAccounts?: string[]
属性值
string[]
transferStatus
总体传输状态。 注意:此属性不会序列化。 它只能由服务器填充。
transferStatus?: string
属性值
string
继承属性详细信息
id
资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
name
systemData
包含 createdBy 和 modifiedBy 信息的 Azure 资源管理器元数据。 注意:此属性不会序列化。 它只能由服务器填充。
systemData?: SystemData
属性值
tags
与资源关联的元数据字典。 它可能不会针对所有资源类型进行填充。 支持的最大键/值长度为 256 个字符。 键/值不应为空值,也不应为 null。 键不能包含 <> % & \ ? /
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}
type
资源的类型。 例如“Microsoft.Compute/virtualMachines”或“Microsoft.Storage/storageAccounts”注意:此属性不会序列化。 它只能由服务器填充。
type?: string
属性值
string