Partager via


AnomalyDetectorClient Constructeurs

Définition

Surcharges

AnomalyDetectorClient(DelegatingHandler[])

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

AnomalyDetectorClient(ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

AnomalyDetectorClient(HttpClient, Boolean)

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

AnomalyDetectorClient(HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

AnomalyDetectorClient(ServiceClientCredentials, HttpClient, Boolean)

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

AnomalyDetectorClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

AnomalyDetectorClient(DelegatingHandler[])

Source:
AnomalyDetectorClient.cs

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

protected AnomalyDetectorClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient
Protected Sub New (ParamArray handlers As DelegatingHandler())

Paramètres

handlers
DelegatingHandler[]

facultatif. Délégation des gestionnaires à ajouter au pipeline client http.

S’applique à

AnomalyDetectorClient(ServiceClientCredentials, DelegatingHandler[])

Source:
AnomalyDetectorClient.cs

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

public AnomalyDetectorClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

Paramètres

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.

handlers
DelegatingHandler[]

facultatif. Délégation des gestionnaires à ajouter au pipeline client http.

Exceptions

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à

AnomalyDetectorClient(HttpClient, Boolean)

Source:
AnomalyDetectorClient.cs

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

protected AnomalyDetectorClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)

Paramètres

httpClient
HttpClient

HttpClient à utiliser

disposeHttpClient
Boolean

True : élimine le httpClient fourni lors de l’appel d’AnomalieDetectorClient.Dispose(). False : ne dispose pas du httpClient fourni

S’applique à

AnomalyDetectorClient(HttpClientHandler, DelegatingHandler[])

Source:
AnomalyDetectorClient.cs

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

protected AnomalyDetectorClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Paramètres

rootHandler
HttpClientHandler

facultatif. Gestionnaire de client http utilisé pour gérer le transport http.

handlers
DelegatingHandler[]

facultatif. Délégation des gestionnaires à ajouter au pipeline client http.

S’applique à

AnomalyDetectorClient(ServiceClientCredentials, HttpClient, Boolean)

Source:
AnomalyDetectorClient.cs

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

public AnomalyDetectorClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)

Paramètres

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.

httpClient
HttpClient

HttpClient à utiliser

disposeHttpClient
Boolean

True : élimine le httpClient fourni lors de l’appel d’AnomalieDetectorClient.Dispose(). False : ne dispose pas du httpClient fourni

Exceptions

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à

AnomalyDetectorClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Source:
AnomalyDetectorClient.cs

Initialise une nouvelle instance de la classe AnomalyDetectorClient.

public AnomalyDetectorClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.CognitiveServices.AnomalyDetector.AnomalyDetectorClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Paramètres

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification de l’abonnement qui identifient de manière unique l’abonnement client.

rootHandler
HttpClientHandler

facultatif. Gestionnaire de client http utilisé pour gérer le transport http.

handlers
DelegatingHandler[]

facultatif. Délégation des gestionnaires à ajouter au pipeline client http.

Exceptions

Levée lorsqu’un paramètre obligatoire a la valeur Null

S’applique à