DocumentModelAdministrationClient Constructors
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.
Overloads
DocumentModelAdministrationClient() |
Initializes a new instance of the DocumentModelAdministrationClient class. |
DocumentModelAdministrationClient(Uri, AzureKeyCredential) |
Initializes a new instance of the DocumentModelAdministrationClient class. |
DocumentModelAdministrationClient(Uri, TokenCredential) |
Initializes a new instance of the DocumentModelAdministrationClient class. |
DocumentModelAdministrationClient(Uri, AzureKeyCredential, DocumentAnalysisClientOptions) |
Initializes a new instance of the DocumentModelAdministrationClient class. |
DocumentModelAdministrationClient(Uri, TokenCredential, DocumentAnalysisClientOptions) |
Initializes a new instance of the DocumentModelAdministrationClient class. |
DocumentModelAdministrationClient()
Initializes a new instance of the DocumentModelAdministrationClient class.
protected DocumentModelAdministrationClient ();
Protected Sub New ()
Applies to
DocumentModelAdministrationClient(Uri, AzureKeyCredential)
Initializes a new instance of the DocumentModelAdministrationClient class.
public DocumentModelAdministrationClient (Uri endpoint, Azure.AzureKeyCredential credential);
new Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient : Uri * Azure.AzureKeyCredential -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential)
Parameters
- endpoint
- Uri
The endpoint to use for connecting to the Form Recognizer Azure Cognitive Service.
- credential
- AzureKeyCredential
A credential used to authenticate to an Azure Service.
Remarks
Both the endpoint
URI string and the credential
string
key can be found in the Azure Portal. For more information see here.
Applies to
DocumentModelAdministrationClient(Uri, TokenCredential)
Initializes a new instance of the DocumentModelAdministrationClient class.
public DocumentModelAdministrationClient (Uri endpoint, Azure.Core.TokenCredential credential);
new Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient : Uri * Azure.Core.TokenCredential -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient
Public Sub New (endpoint As Uri, credential As TokenCredential)
Parameters
- endpoint
- Uri
The endpoint to use for connecting to the Form Recognizer Azure Cognitive Service.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
Remarks
The endpoint
URI string can be found in the Azure Portal. For more information see here.
Applies to
DocumentModelAdministrationClient(Uri, AzureKeyCredential, DocumentAnalysisClientOptions)
Initializes a new instance of the DocumentModelAdministrationClient class.
public DocumentModelAdministrationClient (Uri endpoint, Azure.AzureKeyCredential credential, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClientOptions options);
new Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient : Uri * Azure.AzureKeyCredential * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClientOptions -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient
Public Sub New (endpoint As Uri, credential As AzureKeyCredential, options As DocumentAnalysisClientOptions)
Parameters
- endpoint
- Uri
The endpoint to use for connecting to the Form Recognizer Azure Cognitive Service.
- credential
- AzureKeyCredential
A credential used to authenticate to an Azure Service.
- options
- DocumentAnalysisClientOptions
A set of options to apply when configuring the client.
Remarks
Both the endpoint
URI string and the credential
string
key can be found in the Azure Portal. For more information see here.
Applies to
DocumentModelAdministrationClient(Uri, TokenCredential, DocumentAnalysisClientOptions)
Initializes a new instance of the DocumentModelAdministrationClient class.
public DocumentModelAdministrationClient (Uri endpoint, Azure.Core.TokenCredential credential, Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClientOptions options);
new Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient : Uri * Azure.Core.TokenCredential * Azure.AI.FormRecognizer.DocumentAnalysis.DocumentAnalysisClientOptions -> Azure.AI.FormRecognizer.DocumentAnalysis.DocumentModelAdministrationClient
Public Sub New (endpoint As Uri, credential As TokenCredential, options As DocumentAnalysisClientOptions)
Parameters
- endpoint
- Uri
The endpoint to use for connecting to the Form Recognizer Azure Cognitive Service.
- credential
- TokenCredential
A credential used to authenticate to an Azure Service.
- options
- DocumentAnalysisClientOptions
A set of options to apply when configuring the client.
Remarks
The endpoint
URI string can be found in the Azure Portal. For more information see here.
Applies to
Azure SDK for .NET