Condividi tramite


IWithAuthorizationRule.WithNewManageRule(String) Method

Definition

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

public Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate WithNewManageRule (string name);
abstract member WithNewManageRule : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHub.Update.IUpdate
Public Function WithNewManageRule (name As String) As IUpdate

Parameters

name
String

Rule name.

Returns

Applies to