Partager via


ManagedServiceIdentityClient Constructeurs

Définition

Surcharges

ManagedServiceIdentityClient(DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(HttpClient, Boolean)

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(Uri, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(ServiceClientCredentials, HttpClient, Boolean)

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(Uri, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

ManagedServiceIdentityClient(DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Paramètres

handlers
DelegatingHandler[]

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

S’applique à

ManagedServiceIdentityClient(ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

public ManagedServiceIdentityClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient
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[]

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

Exceptions

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

S’applique à

ManagedServiceIdentityClient(HttpClient, Boolean)

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

S’applique à

ManagedServiceIdentityClient(HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Paramètres

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

S’applique à

ManagedServiceIdentityClient(Uri, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Paramètres

baseUri
Uri

facultatif. URI de base du service.

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

ManagedServiceIdentityClient(ServiceClientCredentials, HttpClient, Boolean)

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

public ManagedServiceIdentityClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient
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 ManagedServiceIdentityClient.Dispose(). False : ne dispose pas du httpClient fourni

Exceptions

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

S’applique à

ManagedServiceIdentityClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

public ManagedServiceIdentityClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.ManagedServiceIdentity.ManagedServiceIdentityClient
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

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

ManagedServiceIdentityClient(Uri, ServiceClientCredentials, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Paramètres

baseUri
Uri

facultatif. URI de base du service.

credentials
ServiceClientCredentials

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

ManagedServiceIdentityClient(Uri, HttpClientHandler, DelegatingHandler[])

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Paramètres

baseUri
Uri

facultatif. URI de base du service.

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à

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

Initialise une nouvelle instance de la classe ManagedServiceIdentityClient.

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

Paramètres

baseUri
Uri

facultatif. URI de base du service.

credentials
ServiceClientCredentials

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

rootHandler
HttpClientHandler

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

handlers
DelegatingHandler[]

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

Exceptions

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

S’applique à