IWithEventHub Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The stage of the consumer group definition allowing to specify the event hub to be associated with it.
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 the event hub for which consumer group needs to be created. |
WithExistingEventHub(String, String, String) |
Specifies the event hub for which consumer group needs to be created. |
WithExistingEventHubId(String) |
Specifies the event hub for which consumer group needs to be created. |