次の方法で共有


DiskEncryptionSetInner.PreviousKeys プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象