Share via


DiagnosticsProfile Constructors

Definition

Overloads

DiagnosticsProfile()
DiagnosticsProfile(BootDiagnostics)

DiagnosticsProfile()

public DiagnosticsProfile ();
Public Sub New ()

Applies to

DiagnosticsProfile(BootDiagnostics)

public DiagnosticsProfile (Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.BootDiagnostics bootDiagnostics = default);
new Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile : Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.BootDiagnostics -> Microsoft.Azure.Commands.Common.Compute.Version_2018_04.Models.DiagnosticsProfile
Public Sub New (Optional bootDiagnostics As BootDiagnostics = Nothing)

Parameters

bootDiagnostics
BootDiagnostics

Applies to