IWithAuthorizationRule.WithNewListenRule(String) Method

Definition

Creates a listen authorization rule for the queue.

public Microsoft.Azure.Management.ServiceBus.Fluent.Queue.Update.IUpdate WithNewListenRule (string name);
abstract member WithNewListenRule : string -> Microsoft.Azure.Management.ServiceBus.Fluent.Queue.Update.IUpdate
Public Function WithNewListenRule (name As String) As IUpdate

Parameters

name
String

Rule name.

Returns

Applies to