Compartilhar via


ProviderRegistrationDelegatingHandler Construtores

Definição

Sobrecargas

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)

Parâmetros

credentials
AzureCredentials

Aplica-se a

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)

Parâmetros

credentials
AzureCredentials
innerHandler
HttpMessageHandler

Aplica-se a