共用方式為


EncryptionProperties.KeySource 屬性

定義

取得或設定索引鍵來源的類型。 可能的值包括:'Microsoft.Batch'、'Microsoft.KeyVault'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於