DocumentModelCopyAuthorization Constructeur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance de CopyAuthorization.
public DocumentModelCopyAuthorization (string targetResourceId, string targetResourceRegion, string targetModelId, Uri targetModelLocation, string accessToken, DateTimeOffset expiresOn);
new Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelCopyAuthorization : string * string * string * Uri * string * DateTimeOffset -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelCopyAuthorization
Public Sub New (targetResourceId As String, targetResourceRegion As String, targetModelId As String, targetModelLocation As Uri, accessToken As String, expiresOn As DateTimeOffset)
Paramètres
- targetResourceId
- String
ID de la ressource Azure cible vers laquelle le modèle doit être copié.
- targetResourceRegion
- String
Emplacement de la ressource Azure cible vers laquelle le modèle doit être copié.
- targetModelId
- String
Identificateur du modèle cible.
- targetModelLocation
- Uri
URI du modèle copié dans le compte cible.
- accessToken
- String
Jeton utilisé pour autoriser la demande.
- expiresOn
- DateTimeOffset
Date/heure d’expiration du jeton d’accès.
Exceptions
targetResourceId
, targetResourceRegion
, targetModelId
targetModelLocation
ou accessToken
a la valeur Null.
targetResourceId
, targetResourceRegion
targetModelId
ou accessToken
est vide.
S’applique à
Azure SDK for .NET