IWithAuthorizationRule Interface

Definition

The stage of the event hub definition allowing to add authorization rule for accessing the event hub.

public interface IWithAuthorizationRule : Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta
type IWithAuthorizationRule = interface
    interface IBeta
Public Interface IWithAuthorizationRule
Implements IBeta
Derived
Implements

Methods

WithNewListenRule(String)

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

WithNewManageRule(String)

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

WithNewSendRule(String)

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

Applies to