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

適用対象