StorageSyncManagementClient Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
StorageSyncManagementClient(DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(ServiceClientCredentials, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(HttpClient, Boolean) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(Uri, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(ServiceClientCredentials, HttpClient, Boolean) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(Uri, HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[]) |
Initialise une nouvelle instance de la classe StorageSyncManagementClient. |
StorageSyncManagementClient(DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
protected StorageSyncManagementClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Paramètres
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
S’applique à
StorageSyncManagementClient(ServiceClientCredentials, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
public StorageSyncManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
StorageSyncManagementClient(HttpClient, Boolean)
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
protected StorageSyncManagementClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Paramètres
- httpClient
- HttpClient
HttpClient à utiliser
- disposeHttpClient
- Boolean
True : supprimera le httpClient fourni lors de l’appel de StorageSyncManagementClient.Dispose(). False : ne supprimera pas httpClient fourni
S’applique à
StorageSyncManagementClient(HttpClientHandler, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
protected StorageSyncManagementClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- rootHandler
- HttpClientHandler
facultatif. Gestionnaire client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
S’applique à
StorageSyncManagementClient(Uri, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
protected StorageSyncManagementClient (Uri baseUri, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Uri * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
StorageSyncManagementClient(ServiceClientCredentials, HttpClient, Boolean)
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
public StorageSyncManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 : supprimera le httpClient fourni lors de l’appel de StorageSyncManagementClient.Dispose(). False : ne supprimera pas httpClient fourni
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
StorageSyncManagementClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
public StorageSyncManagementClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
StorageSyncManagementClient(Uri, ServiceClientCredentials, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
public StorageSyncManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
StorageSyncManagementClient(Uri, HttpClientHandler, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
protected StorageSyncManagementClient (Uri baseUri, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Uri * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
StorageSyncManagementClient(Uri, ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
Initialise une nouvelle instance de la classe StorageSyncManagementClient.
public StorageSyncManagementClient (Uri baseUri, Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient : Uri * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.Management.StorageSync.StorageSyncManagementClient
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 client http utilisé pour gérer le transport http.
- handlers
- DelegatingHandler[]
facultatif. Délégation de gestionnaires à ajouter au pipeline client http.
Exceptions
Levée lorsqu’un paramètre requis a la valeur Null
S’applique à
Azure SDK for .NET