Share via


DiagnosticsProfile コンストラクター

定義

オーバーロード

DiagnosticsProfile()

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

DiagnosticsProfile(BootDiagnostics)

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

DiagnosticsProfile()

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

public DiagnosticsProfile ();
Public Sub New ()

適用対象

DiagnosticsProfile(BootDiagnostics)

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

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

パラメーター

bootDiagnostics
BootDiagnostics

ブート診断は、コンソール出力とスクリーンショットを表示して VM の状態を診断できるデバッグ機能です。 <br br><> コンソール ログの出力を簡単に表示できます。 <br br><> Azure では、ハイパーバイザーから VM のスクリーンショットを表示することもできます。

適用対象