Partager via


DeviceUpdateClient Constructeurs

Définition

Surcharges

DeviceUpdateClient(DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(HttpClient, Boolean)

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(Uri, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(ServiceClientCredentials, HttpClient, Boolean)

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(Uri, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

DeviceUpdateClient(DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

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

Paramètres

handlers
DelegatingHandler[]

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

S’applique à

DeviceUpdateClient(ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

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

Paramètres

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

DeviceUpdateClient(HttpClient, Boolean)

Initialise une nouvelle instance de la classe DeviceUpdateClient.

protected DeviceUpdateClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient
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 de DeviceUpdateClient.Dispose(). False : ne dispose pas du httpClient fourni

S’applique à

DeviceUpdateClient(HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

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

Paramètres

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

S’applique à

DeviceUpdateClient(Uri, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

protected DeviceUpdateClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient
Protected Sub New (baseUri As Uri, ParamArray handlers As DelegatingHandler())

Paramètres

baseUri
Uri

Optionnel. URI de base du service.

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

DeviceUpdateClient(ServiceClientCredentials, HttpClient, Boolean)

Initialise une nouvelle instance de la classe DeviceUpdateClient.

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

Paramètres

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.

httpClient
HttpClient

HttpClient à utiliser

disposeHttpClient
Boolean

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

Exceptions

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

S’applique à

DeviceUpdateClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

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

Paramètres

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

DeviceUpdateClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

public DeviceUpdateClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())

Paramètres

baseUri
Uri

Optionnel. URI de base du service.

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

DeviceUpdateClient(Uri, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

protected DeviceUpdateClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient
Protected Sub New (baseUri As Uri, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Paramètres

baseUri
Uri

Optionnel. URI de base du service.

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

DeviceUpdateClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe DeviceUpdateClient.

public DeviceUpdateClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.DeviceUpdate.DeviceUpdateClient
Public Sub New (baseUri As Uri, credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())

Paramètres

baseUri
Uri

Optionnel. URI de base du service.

credentials
ServiceClientCredentials

Obligatoire. Informations d’identification nécessaires pour que le client se connecte à Azure.

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à