IWithEventHub Interface

Definition

Stage of the authorization rule definition allowing to specify the event for which rule needs to be created.

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

Methods

WithExistingEventHub(IEventHub)

Specifies that authorization rule needs to be created for the given event hub.

WithExistingEventHub(String, String, String)

Specifies that authorization rule needs to be created for the given event hub.

WithExistingEventHubId(String)

Specifies that authorization rule needs to be created for the given event hub.

Applies to