AuthTelemetryRecord 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
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
- other
- IAuthTelemetryRecord