LUISAuthoringClient Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
LUISAuthoringClient(DelegatingHandler[])
- Source:
- LUISAuthoringClient.cs
- Source:
- LUISAuthoringClient.cs
protected LUISAuthoringClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Parámetros
- handlers
- DelegatingHandler[]
Se aplica a
LUISAuthoringClient(ServiceClientCredentials, DelegatingHandler[])
- Source:
- LUISAuthoringClient.cs
- Source:
- LUISAuthoringClient.cs
public LUISAuthoringClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Parámetros
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
Se aplica a
LUISAuthoringClient(HttpClient, Boolean)
- Source:
- LUISAuthoringClient.cs
- Source:
- LUISAuthoringClient.cs
protected LUISAuthoringClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Parámetros
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Se aplica a
LUISAuthoringClient(HttpClientHandler, DelegatingHandler[])
- Source:
- LUISAuthoringClient.cs
- Source:
- LUISAuthoringClient.cs
protected LUISAuthoringClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parámetros
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Se aplica a
LUISAuthoringClient(ServiceClientCredentials, HttpClient, Boolean)
- Source:
- LUISAuthoringClient.cs
- Source:
- LUISAuthoringClient.cs
public LUISAuthoringClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
Parámetros
- credentials
- ServiceClientCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Se aplica a
LUISAuthoringClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
- Source:
- LUISAuthoringClient.cs
- Source:
- LUISAuthoringClient.cs
public LUISAuthoringClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.Language.LUIS.Authoring.LUISAuthoringClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Parámetros
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Se aplica a
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for .NET