Share via


IWithAuthorizationRule.WithNewListenRule(String) Method

Definition

Specifies that a new authorization rule should be created that has listen access to the event hub.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCreate WithNewListenRule (string ruleName);
abstract member WithNewListenRule : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Definition.IWithCreate
Public Function WithNewListenRule (ruleName As String) As IWithCreate

Parameters

ruleName
String

Rule name.

Returns

Applies to