次の方法で共有


DiskEncryptionSet.RotationToLatestKeyVersionEnabled プロパティ

定義

このディスク暗号化セットを最新のキー バージョンに自動更新できるようにするには、このフラグを true に設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.rotationToLatestKeyVersionEnabled")]
public bool? RotationToLatestKeyVersionEnabled { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.rotationToLatestKeyVersionEnabled")>]
member this.RotationToLatestKeyVersionEnabled : Nullable<bool> with get, set
Public Property RotationToLatestKeyVersionEnabled As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象