Share via


TelemetryProvider Constructor

Definition

protected TelemetryProvider (Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzurePSDataCollectionProfile profile, Microsoft.WindowsAzure.Commands.Common.MetricHelper helper, Action<string> warningLogger, Action<string> debugLogger);
new Microsoft.Azure.Commands.Common.TelemetryProvider : Microsoft.Azure.Commands.Common.Authentication.Abstractions.AzurePSDataCollectionProfile * Microsoft.WindowsAzure.Commands.Common.MetricHelper * Action<string> * Action<string> -> Microsoft.Azure.Commands.Common.TelemetryProvider
Protected Sub New (profile As AzurePSDataCollectionProfile, helper As MetricHelper, warningLogger As Action(Of String), debugLogger As Action(Of String))

Parameters

helper
MetricHelper
warningLogger
Action<String>
debugLogger
Action<String>

Applies to