你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DocumentModelCopyAuthorization 类

定义

授权将文档模型复制到指定的目标资源和 modelId。

public class DocumentModelCopyAuthorization
type DocumentModelCopyAuthorization = class
Public Class DocumentModelCopyAuthorization
继承
DocumentModelCopyAuthorization

构造函数

DocumentModelCopyAuthorization(String, String, String, Uri, String, DateTimeOffset)

初始化 CopyAuthorization 的新实例。

属性

AccessToken

用于授权请求的令牌。

ExpiresOn

访问令牌过期的日期/时间。

TargetModelId

目标模型的标识符。

TargetModelLocation

目标帐户中复制的模型的 URI。

TargetResourceId

模型应复制到的目标 Azure 资源的 ID。

TargetResourceRegion

模型应复制到的目标 Azure 资源的位置。

适用于