AuthenticationTelemetryData(IEnumerable<IAuthTelemetryRecord>) 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 AuthenticationTelemetryData(System.Collections.Generic.IEnumerable<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAuthTelemetryRecord> records);
new Microsoft.Azure.Commands.Common.Authentication.Abstractions.AuthenticationTelemetryData : seq<Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAuthTelemetryRecord> -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.AuthenticationTelemetryData
Public Sub New (records As IEnumerable(Of IAuthTelemetryRecord))
Parameters
- records
- IEnumerable<IAuthTelemetryRecord>