Share via


IWithAuthorizationRule.WithoutAuthorizationRule(String) Method

Definition

Deletes an authorization rule associated with the event hub namespace.

public Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate WithoutAuthorizationRule (string ruleName);
abstract member WithoutAuthorizationRule : string -> Microsoft.Azure.Management.Eventhub.Fluent.EventHubNamespace.Update.IUpdate
Public Function WithoutAuthorizationRule (ruleName As String) As IUpdate

Parameters

ruleName
String

Rule name.

Returns

Applies to