RPRegistrationDelegatingHandler Constructor
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.
public RPRegistrationDelegatingHandler (Func<Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient> createClient, Action<string> writeDebug);
new Microsoft.Azure.Commands.Common.Authentication.Models.RPRegistrationDelegatingHandler : Func<Microsoft.Azure.Management.Internal.Resources.ResourceManagementClient> * Action<string> -> Microsoft.Azure.Commands.Common.Authentication.Models.RPRegistrationDelegatingHandler
Public Sub New (createClient As Func(Of ResourceManagementClient), writeDebug As Action(Of String))
Parameters
- createClient
- Func<ResourceManagementClient>