Share via


VirtualMachineInstanceView.BootDiagnostics プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="bootDiagnostics")]
public Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView BootDiagnostics { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="bootDiagnostics")>]
member this.BootDiagnostics : Microsoft.Azure.Management.Compute.Models.BootDiagnosticsInstanceView with get, set
Public Property BootDiagnostics As BootDiagnosticsInstanceView

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象