Delen via


AutomationClient Constructors

Definitie

Overloads

AutomationClient(DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(ServiceClientCredentials, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(HttpClient, Boolean)

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(HttpClientHandler, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(Uri, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(ServiceClientCredentials, HttpClient, Boolean)

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(Uri, HttpClientHandler, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

AutomationClient(DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Van toepassing op

AutomationClient(ServiceClientCredentials, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

credentials
ServiceClientCredentials

Vereist. Referenties die nodig zijn voor de client om verbinding te maken met Azure.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op

AutomationClient(HttpClient, Boolean)

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

httpClient
HttpClient

HttpClient die moet worden gebruikt

disposeHttpClient
Boolean

Waar: hiermee wordt de opgegeven httpClient verwijderd bij het aanroepen van AutomationClient.Dispose(). Onwaar: opgegeven httpClient wordt niet verwijderd

Van toepassing op

AutomationClient(HttpClientHandler, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

rootHandler
HttpClientHandler

Optioneel. De http-clienthandler die wordt gebruikt voor het verwerken van http-transport.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Van toepassing op

AutomationClient(Uri, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

baseUri
Uri

Optioneel. De basis-URI van de service.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op

AutomationClient(ServiceClientCredentials, HttpClient, Boolean)

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

credentials
ServiceClientCredentials

Vereist. Referenties die nodig zijn voor de client om verbinding te maken met Azure.

httpClient
HttpClient

HttpClient die moet worden gebruikt

disposeHttpClient
Boolean

Waar: hiermee wordt de opgegeven httpClient verwijderd bij het aanroepen van AutomationClient.Dispose(). Onwaar: opgegeven httpClient wordt niet verwijderd

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op

AutomationClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

credentials
ServiceClientCredentials

Vereist. Referenties die nodig zijn voor de client om verbinding te maken met Azure.

rootHandler
HttpClientHandler

Optioneel. De http-clienthandler die wordt gebruikt voor het verwerken van http-transport.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op

AutomationClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

baseUri
Uri

Optioneel. De basis-URI van de service.

credentials
ServiceClientCredentials

Vereist. Referenties die nodig zijn voor de client om verbinding te maken met Azure.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op

AutomationClient(Uri, HttpClientHandler, DelegatingHandler[])

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

baseUri
Uri

Optioneel. De basis-URI van de service.

rootHandler
HttpClientHandler

Optioneel. De http-clienthandler die wordt gebruikt voor het verwerken van http-transport.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse AutomationClient.

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

Parameters

baseUri
Uri

Optioneel. De basis-URI van de service.

credentials
ServiceClientCredentials

Vereist. Referenties die nodig zijn voor de client om verbinding te maken met Azure.

rootHandler
HttpClientHandler

Optioneel. De http-clienthandler die wordt gebruikt voor het verwerken van http-transport.

handlers
DelegatingHandler[]

Optioneel. De delegerende handlers die moeten worden toegevoegd aan de HTTP-clientpijplijn.

Uitzonderingen

Gegenereerd wanneer een vereiste parameter null is

Van toepassing op