NewAzureServiceBusAuthorizationRule.Queue Property

Definition

[System.Management.Automation.Alias(new System.String[] { "QueueName" })]
[System.Management.Automation.Parameter(HelpMessage="Queue Name", Mandatory=true, ParameterSetName="QueueAuthorizationRuleSet", Position=2, ValueFromPipelineByPropertyName=true)]
[System.Management.Automation.ValidateNotNullOrEmpty]
public string Queue { get; set; }
[<System.Management.Automation.Alias(new System.String[] { "QueueName" })>]
[<System.Management.Automation.Parameter(HelpMessage="Queue Name", Mandatory=true, ParameterSetName="QueueAuthorizationRuleSet", Position=2, ValueFromPipelineByPropertyName=true)>]
[<System.Management.Automation.ValidateNotNullOrEmpty>]
member this.Queue : string with get, set
Public Property Queue As String

Property Value

String
Attributes

Applies to