Udostępnij za pośrednictwem


DebugSettings Constructors

Definition

Overloads

DebugSettings()

Initializes a new instance of the DebugSettings class.

DebugSettings(Boolean)

Initializes a new instance of the DebugSettings class with required arguments.

DebugSettings()

Initializes a new instance of the DebugSettings class.

public DebugSettings ();
Public Sub New ()

Applies to

DebugSettings(Boolean)

Initializes a new instance of the DebugSettings class with required arguments.

public DebugSettings (bool bootDiagnosticsEnabled);
new Microsoft.WindowsAzure.Management.Compute.Models.DebugSettings : bool -> Microsoft.WindowsAzure.Management.Compute.Models.DebugSettings
Public Sub New (bootDiagnosticsEnabled As Boolean)

Parameters

bootDiagnosticsEnabled
Boolean

Applies to