次の方法で共有


DiskEncryptionSet.PreviousKeys プロパティ

定義

キーのローテーションの進行中に、このディスク暗号化セットで以前に使用されていたキー コンテナー キーの読み取り専用コレクションを取得します。 キーのローテーションが進行中でない場合は空になります。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.previousKeys")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet> PreviousKeys { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.previousKeys")>]
member this.PreviousKeys : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.KeyForDiskEncryptionSet>
Public ReadOnly Property PreviousKeys As IList(Of KeyForDiskEncryptionSet)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象