Udostępnij za pośrednictwem


AvsClient Konstruktory

Definicja

Przeciążenia

AvsClient(DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(ServiceClientCredentials, HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(Uri, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

AvsClient(DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Dotyczy

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

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

baseUri
Uri

Opcjonalny. Podstawowy identyfikator URI usługi.

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana do obsługi transportu http.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

AvsClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

baseUri
Uri

Opcjonalny. Podstawowy identyfikator URI usługi.

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

AvsClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana do obsługi transportu http.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

AvsClient(ServiceClientCredentials, HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

httpClient
HttpClient

Element HttpClient do użycia

disposeHttpClient
Boolean

Prawda: usunie podany element httpClient podczas wywoływania elementu AvsClient.Dispose(). Fałsz: nie usunie dostarczonego obiektu httpClient

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

AvsClient(Uri, HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

baseUri
Uri

Opcjonalny. Podstawowy identyfikator URI usługi.

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana do obsługi transportu http.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

AvsClient(HttpClientHandler, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

rootHandler
HttpClientHandler

Opcjonalny. Procedura obsługi klienta http używana do obsługi transportu http.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Dotyczy

AvsClient(HttpClient, Boolean)

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

httpClient
HttpClient

Element HttpClient do użycia

disposeHttpClient
Boolean

Prawda: usunie podany element httpClient podczas wywoływania elementu AvsClient.Dispose(). Fałsz: nie usunie dostarczonego obiektu httpClient

Dotyczy

AvsClient(ServiceClientCredentials, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

credentials
ServiceClientCredentials

Wymagane. Poświadczenia potrzebne klientowi do nawiązania połączenia z platformą Azure.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy

AvsClient(Uri, DelegatingHandler[])

Inicjuje nowe wystąpienie klasy AvsClient.

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

Parametry

baseUri
Uri

Opcjonalny. Podstawowy identyfikator URI usługi.

handlers
DelegatingHandler[]

Opcjonalny. Delegowanie procedur obsługi w celu dodania do potoku klienta http.

Wyjątki

Zgłaszany, gdy wymagany parametr ma wartość null

Dotyczy