EncryptionProperties.KeySource 屬性

定義

取得或設定加密金鑰來源。 可能的值包括:'Microsoft.Automation'、'Microsoft.Keyvault'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於