EncryptionProperties.KeySource Property

Definition

Gets or sets type of the key source. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to