次の方法で共有


VolumeContainer.EncryptionKey プロパティ

定義

ボリューム コンテナー内のデータの暗号化に使用するキーを取得または設定します。 プロパティ 'EncryptionStatus' が "Enabled" の場合は必須です。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionKey")]
public Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret EncryptionKey { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.encryptionKey")>]
member this.EncryptionKey : Microsoft.Azure.Management.StorSimple8000Series.Models.AsymmetricEncryptedSecret with get, set
Public Property EncryptionKey As AsymmetricEncryptedSecret

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象