다음을 통해 공유


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

적용 대상