DocumentModelCopyAuthorization Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Authorization to copy a document model to the specified target resource and modelId.
public class DocumentModelCopyAuthorization
type DocumentModelCopyAuthorization = class
Public Class DocumentModelCopyAuthorization
- Inheritance
-
DocumentModelCopyAuthorization
Constructors
DocumentModelCopyAuthorization(String, String, String, Uri, String, DateTimeOffset) |
Initializes a new instance of CopyAuthorization. |
Properties
AccessToken |
Token used to authorize the request. |
ExpiresOn |
Date/time when the access token expires. |
TargetModelId |
Identifier of the target model. |
TargetModelLocation |
URI of the copied model in the target account. |
TargetResourceId |
ID of the target Azure resource where the model should be copied to. |
TargetResourceRegion |
Location of the target Azure resource where the model should be copied to. |
Applies to
Azure SDK for .NET