Condividi tramite


AuthTelemetryRecord Constructors

Definition

Overloads

AuthTelemetryRecord()

public AuthTelemetryRecord();
Public Sub New ()

Applies to

AuthTelemetryRecord(IAuthTelemetryRecord, Nullable<Boolean>)

public AuthTelemetryRecord(Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAuthTelemetryRecord other, bool? isSuccess = default);
new Microsoft.Azure.Commands.Common.Authentication.Abstractions.AuthTelemetryRecord : Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAuthTelemetryRecord * Nullable<bool> -> Microsoft.Azure.Commands.Common.Authentication.Abstractions.AuthTelemetryRecord
Public Sub New (other As IAuthTelemetryRecord, Optional isSuccess As Nullable(Of Boolean) = Nothing)

Parameters

isSuccess
Nullable<Boolean>

Applies to