IEhNamespace.KeySource Property

Definition

Enumerates the possible value of keySource for Encryption

[Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Enumerates the possible value of keySource for Encryption", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySource) }, ReadOnly=false, Required=false, SerializedName="keySource")]
public Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySource? KeySource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Runtime.Info(Description="Enumerates the possible value of keySource for Encryption", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySource) }, ReadOnly=false, Required=false, SerializedName="keySource")>]
member this.KeySource : Nullable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.KeySource> with get, set
Public Property KeySource As Nullable(Of KeySource)

Property Value

Attributes

Applies to