次の方法で共有


DiagnosticsProfile.BootDiagnostics プロパティ

定義

ブート診断を取得または設定します。デバッグ機能を使用すると、コンソール出力とスクリーンショットを表示して VM の状態を診断できます。 : storageUri が指定されている場合は、ストレージ アカウントが VM と同じリージョンとサブスクリプションにあることを確認します。 コンソール ログの出力を簡単に表示できます。 Azure では、ハイパーバイザーからの VM のスクリーンショットも表示できます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象