Share via


ProviderRegistrationDelegatingHandler Constructors

Definition

Overloads

ProviderRegistrationDelegatingHandler(AzureCredentials)
ProviderRegistrationDelegatingHandler(AzureCredentials, HttpMessageHandler)

ProviderRegistrationDelegatingHandler(AzureCredentials)

public ProviderRegistrationDelegatingHandler (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials credentials);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.ProviderRegistrationDelegatingHandler : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ProviderRegistrationDelegatingHandler
Public Sub New (credentials As AzureCredentials)

Parameters

credentials
AzureCredentials

Applies to

ProviderRegistrationDelegatingHandler(AzureCredentials, HttpMessageHandler)

public ProviderRegistrationDelegatingHandler (Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials credentials, System.Net.Http.HttpMessageHandler innerHandler);
new Microsoft.Azure.Management.ResourceManager.Fluent.Core.ProviderRegistrationDelegatingHandler : Microsoft.Azure.Management.ResourceManager.Fluent.Authentication.AzureCredentials * System.Net.Http.HttpMessageHandler -> Microsoft.Azure.Management.ResourceManager.Fluent.Core.ProviderRegistrationDelegatingHandler
Public Sub New (credentials As AzureCredentials, innerHandler As HttpMessageHandler)

Parameters

credentials
AzureCredentials
innerHandler
HttpMessageHandler

Applies to