Share via


IWithAuthorizationRule Interface

Definition

The stage of the topic definition allowing to add an authorization rule for accessing the topic.

public interface IWithAuthorizationRule
type IWithAuthorizationRule = interface
Public Interface IWithAuthorizationRule
Derived

Methods

WithNewListenRule(String)

Creates a listen authorization rule for the topic.

WithNewManageRule(String)

Creates a manage authorization rule for the topic.

WithNewSendRule(String)

Creates a send authorization rule for the topic.

WithoutAuthorizationRule(String)

Removes an authorization rule for the topic.

Applies to