ProviderRegistrationDelegatingHandler 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
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
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