IWithAuthorizationRule.WithNewManageRule(String) Method

Definition

Creates a manage authorization rule for the topic.

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

Parameters

name
String

Rule name.

Returns

Applies to