共用方式為


Encryption.KeySource Property

Definition

Gets or sets enumerates the possible value of keySource for Encryption. Possible values include: 'Microsoft.KeyVault'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to