共用方式為


ISbNamespace.KeySource Property

Definition

Enumerates the possible value of keySource for Encryption

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "Microsoft.KeyVault" })]
[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Enumerates the possible value of keySource for Encryption", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keySource", Update=true)]
public string KeySource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.PSArgumentCompleter(new System.String[] { "Microsoft.KeyVault" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.Info(Create=true, Description="Enumerates the possible value of keySource for Encryption", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="keySource", Update=true)>]
member this.KeySource : string with get, set
Public Property KeySource As String

Property Value

Attributes

Applies to