Condividi tramite


IWithAuthorizationRule.WithNewSendRule(String) Method

Definition

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

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

Parameters

name
String

Rule name.

Returns

Applies to