Partager via


ProviderRegistrationDelegatingHandler Constructeurs

Définition

Surcharges

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)

Paramètres

credentials
AzureCredentials

S’applique à

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)

Paramètres

credentials
AzureCredentials
innerHandler
HttpMessageHandler

S’applique à