次の方法で共有


DebugSettings コンストラクター

定義

オーバーロード

DebugSettings()

DebugSettings クラスの新しいインスタンスを初期化します。

DebugSettings(Boolean)

必須の引数を使用して DebugSettings クラスの新しいインスタンスを初期化します。

DebugSettings()

DebugSettings クラスの新しいインスタンスを初期化します。

public DebugSettings ();
Public Sub New ()

適用対象

DebugSettings(Boolean)

必須の引数を使用して DebugSettings クラスの新しいインスタンスを初期化します。

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

パラメーター

bootDiagnosticsEnabled
Boolean

適用対象