TransferDetails interface
传输的详细信息。
- 扩展
属性
| canceled |
取消转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| detailed |
详细的传输状态。 注意:此属性不会序列化。 它只能由服务器填充。 |
| expiration |
传输请求过期的时间。 注意:此属性不会序列化。 它只能由服务器填充。 |
| initiator |
发送传输请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| recipient |
向其发送转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。 |
| 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”注意:此属性不会序列化。 它只能由服务器填充。 |
属性详细信息
canceledBy
取消转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。
canceledBy?: string
属性值
string
detailedTransferStatus
详细的传输状态。 注意:此属性不会序列化。 它只能由服务器填充。
detailedTransferStatus?: DetailedTransferStatus[]
属性值
expirationTime
传输请求过期的时间。 注意:此属性不会序列化。 它只能由服务器填充。
expirationTime?: Date
属性值
Date
initiatorEmailId
发送传输请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。
initiatorEmailId?: string
属性值
string
recipientEmailId
向其发送转移请求的用户的电子邮件 ID。 注意:此属性不会序列化。 它只能由服务器填充。
recipientEmailId?: string
属性值
string
transferStatus
总体传输状态。 注意:此属性不会序列化。 它只能由服务器填充。
transferStatus?: string
属性值
string
继承属性详细信息
id
资源的完全限定资源 ID。 例如“/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}”注意:此属性不会序列化。 它只能由服务器填充。
id?: string
属性值
string
继承自 ProxyResourceWithTags.id 的
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