共用方式為


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.Update.IUpdate WithNewListenRule (string name);
abstract member WithNewListenRule : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithNewListenRule (name As String) As IUpdate

Parameters

name
String

Rule name.

Returns

Applies to