AzureContainerRegistryClient Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
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())
Parameters
- handlers
- DelegatingHandler[]
Applies to
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())
Parameters
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
Applies to
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)
Parameters
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
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())
Parameters
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Applies to
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)
Parameters
- credentials
- ServiceClientCredentials
- httpClient
- HttpClient
- disposeHttpClient
- Boolean
Applies to
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())
Parameters
- credentials
- ServiceClientCredentials
- rootHandler
- HttpClientHandler
- handlers
- DelegatingHandler[]
Applies to
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())
Parameters
- loginUrl
- String
- credentials
- ServiceClientCredentials
- handlers
- DelegatingHandler[]
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET