DeviceUpdateClient Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
DeviceUpdateClient(DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Aplica-se a
DeviceUpdateClient(ServiceClientCredentials, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- credentials
- ServiceClientCredentials
Obrigatórios. Credenciais necessárias para que o cliente se conecte ao Azure.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeviceUpdateClient(HttpClient, Boolean)
Inicializa uma nova instância da 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)
Parâmetros
- httpClient
- HttpClient
HttpClient a ser usado
- disposeHttpClient
- Boolean
True: descartará o httpClient fornecido ao chamar DeviceUpdateClient.Dispose(). False: não descartará o httpClient fornecido
Aplica-se a
DeviceUpdateClient(HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- rootHandler
- HttpClientHandler
Opcional. O manipulador de cliente http usado para manipular o transporte http.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Aplica-se a
DeviceUpdateClient(Uri, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- baseUri
- Uri
Opcional. O URI base do serviço.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeviceUpdateClient(ServiceClientCredentials, HttpClient, Boolean)
Inicializa uma nova instância da 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)
Parâmetros
- credentials
- ServiceClientCredentials
Obrigatórios. Credenciais necessárias para que o cliente se conecte ao Azure.
- httpClient
- HttpClient
HttpClient a ser usado
- disposeHttpClient
- Boolean
True: descartará o httpClient fornecido ao chamar DeviceUpdateClient.Dispose(). False: não descartará o httpClient fornecido
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeviceUpdateClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- credentials
- ServiceClientCredentials
Obrigatórios. Credenciais necessárias para que o cliente se conecte ao Azure.
- rootHandler
- HttpClientHandler
Opcional. O manipulador de cliente http usado para manipular o transporte http.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeviceUpdateClient(Uri, ServiceClientCredentials, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- baseUri
- Uri
Opcional. O URI base do serviço.
- credentials
- ServiceClientCredentials
Obrigatórios. Credenciais necessárias para que o cliente se conecte ao Azure.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeviceUpdateClient(Uri, HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- baseUri
- Uri
Opcional. O URI base do serviço.
- rootHandler
- HttpClientHandler
Opcional. O manipulador de cliente http usado para manipular o transporte http.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeviceUpdateClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da 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())
Parâmetros
- baseUri
- Uri
Opcional. O URI base do serviço.
- credentials
- ServiceClientCredentials
Obrigatórios. Credenciais necessárias para que o cliente se conecte ao Azure.
- rootHandler
- HttpClientHandler
Opcional. O manipulador de cliente http usado para manipular o transporte http.
- handlers
- DelegatingHandler[]
Opcional. Os manipuladores de delegação a serem adicionados ao pipeline do cliente http.
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
Azure SDK for .NET