次の方法で共有


VirtualMachineSoftwarePatchProperties.RebootBehavior プロパティ

定義

取得では、パッチの再起動要件について説明します。 指定できる値は、'NeverReboots'、'AlwaysRequiresReboot'、'CanRequestReboot' です。

[Newtonsoft.Json.JsonProperty(PropertyName="rebootBehavior")]
public Microsoft.Azure.Management.Compute.Fluent.Models.SoftwareUpdateRebootBehavior RebootBehavior { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="rebootBehavior")>]
member this.RebootBehavior : Microsoft.Azure.Management.Compute.Fluent.Models.SoftwareUpdateRebootBehavior
Public ReadOnly Property RebootBehavior As SoftwareUpdateRebootBehavior

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象