DeploymentScriptsClient 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
DeploymentScriptsClient(DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
protected DeploymentScriptsClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(Uri, HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
protected DeploymentScriptsClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(Uri, ServiceClientCredentials, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
public DeploymentScriptsClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
public DeploymentScriptsClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(ServiceClientCredentials, HttpClient, Boolean)
Inicializa uma nova instância da classe DeploymentScriptsClient.
public DeploymentScriptsClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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 DeploymentScriptsClient.Dispose(). False: não descartará httpClient fornecido
Exceções
Gerado quando um parâmetro necessário é nulo
Aplica-se a
DeploymentScriptsClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
public DeploymentScriptsClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(HttpClientHandler, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
protected DeploymentScriptsClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(HttpClient, Boolean)
Inicializa uma nova instância da classe DeploymentScriptsClient.
protected DeploymentScriptsClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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 DeploymentScriptsClient.Dispose(). False: não descartará httpClient fornecido
Aplica-se a
DeploymentScriptsClient(ServiceClientCredentials, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
public DeploymentScriptsClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
DeploymentScriptsClient(Uri, DelegatingHandler[])
Inicializa uma nova instância da classe DeploymentScriptsClient.
protected DeploymentScriptsClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ResourceManager.DeploymentScriptsClient
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
Azure SDK for .NET