次の方法で共有


Encryption.KeySource プロパティ

定義

暗号化キーソース (プロバイダー) を取得または設定します。 使用できる値 (大文字と小文字は区別されません): Microsoft.Storage、Microsoft.Keyvault。 使用できる値は、'Microsoft.Storage'、'Microsoft.Keyvault' です。

[Newtonsoft.Json.JsonProperty(PropertyName="keySource")]
public Microsoft.Azure.Management.Storage.Fluent.Models.KeySource KeySource { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="keySource")>]
member this.KeySource : Microsoft.Azure.Management.Storage.Fluent.Models.KeySource with get, set
Public Property KeySource As KeySource

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象