AzureContainerRegistryClient 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
AzureContainerRegistryClient(DelegatingHandler[])
protected AzureContainerRegistryClient (params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Protected Sub New (ParamArray handlers As DelegatingHandler())
Paramètres
- handlers
- DelegatingHandler[]
S’applique à
AzureContainerRegistryClient(ServiceClientCredentials, DelegatingHandler[])
public AzureContainerRegistryClient (Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Public Sub New (credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Paramètres
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
S’applique à
AzureContainerRegistryClient(HttpClient, Boolean)
protected AzureContainerRegistryClient (System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : System.Net.Http.HttpClient * bool -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Protected Sub New (httpClient As HttpClient, disposeHttpClient As Boolean)
Paramètres
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
S’applique à
AzureContainerRegistryClient(HttpClientHandler, DelegatingHandler[])
protected AzureContainerRegistryClient (System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Protected Sub New (rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
S’applique à
AzureContainerRegistryClient(ServiceClientCredentials, HttpClient, Boolean)
public AzureContainerRegistryClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClient httpClient, bool disposeHttpClient);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClient * bool -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Public Sub New (credentials As ServiceClientCredentials, httpClient As HttpClient, disposeHttpClient As Boolean)
Paramètres
- credentials
- ServiceClientCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
S’applique à
AzureContainerRegistryClient(ServiceClientCredentials, HttpClientHandler, DelegatingHandler[])
public AzureContainerRegistryClient (Microsoft.Rest.ServiceClientCredentials credentials, System.Net.Http.HttpClientHandler rootHandler, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : Microsoft.Rest.ServiceClientCredentials * System.Net.Http.HttpClientHandler * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Public Sub New (credentials As ServiceClientCredentials, rootHandler As HttpClientHandler, ParamArray handlers As DelegatingHandler())
Paramètres
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
S’applique à
AzureContainerRegistryClient(String, ServiceClientCredentials, DelegatingHandler[])
public AzureContainerRegistryClient (string loginUrl, Microsoft.Rest.ServiceClientCredentials credentials, params System.Net.Http.DelegatingHandler[] handlers);
new Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient : string * Microsoft.Rest.ServiceClientCredentials * System.Net.Http.DelegatingHandler[] -> Microsoft.Azure.ContainerRegistry.AzureContainerRegistryClient
Public Sub New (loginUrl As String, credentials As ServiceClientCredentials, ParamArray handlers As DelegatingHandler())
Paramètres
- loginUrl
- String
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET