다음을 통해 공유


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

적용 대상