IEventHubConsumerGroups 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.
Entry point to manage event hub consumer groups.
public interface IEventHubConsumerGroups : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
type IEventHubConsumerGroups = interface
interface IBeta
interface ISupportsCreating<IBlank>
interface ISupportsDeletingById
interface ISupportsGettingById<IEventHubConsumerGroup>
interface IHasInner<IConsumerGroupsOperations>
interface IHasManager<IEventHubManager>
Public Interface IEventHubConsumerGroups
Implements IBeta, IHasInner(Of IConsumerGroupsOperations), IHasManager(Of IEventHubManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IEventHubConsumerGroup)
- Implements
-
ISupportsCreating<IBlank> ISupportsDeletingById ISupportsGettingById<IEventHubConsumerGroup> IBeta IHasInner<Microsoft.Azure.Management.EventHub.Fluent.IConsumerGroupsOperations> IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>
Properties
Inner | (Inherited from IHasInner<T>) |
Manager |
Gets the manager client type of this resource type. (Inherited from IHasManager<ManagerT>) |
Methods
Define(String) | (Inherited from ISupportsCreating<T>) |
DeleteById(String) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByIdAsync(String, CancellationToken) |
Deletes a resource from Azure, identifying it by its resource ID. (Inherited from ISupportsDeletingById) |
DeleteByName(String, String, String, String) |
Deletes a consumer group of an event hub in a namespace under a resource group. |
DeleteByNameAsync(String, String, String, String, CancellationToken) |
Deletes a consumer group of an event hub in a namespace under a resource group. |
GetById(String) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByIdAsync(String, CancellationToken) |
Gets the information about a resource from Azure based on the resource id. (Inherited from ISupportsGettingById<T>) |
GetByName(String, String, String, String) |
Gets a consumer group of an event hub in a namespace under a resource group. |
GetByNameAsync(String, String, String, String, CancellationToken) |
Gets a consumer group of an event hub in a namespace in a resource group. |
ListByEventHub(String, String, String) |
Lists the consumer groups of an event hub in a namespace under a resource group. |
ListByEventHubAsync(String, String, String, CancellationToken) |
Lists the consumer groups of an event hub in a namespace under a resource group. |
Applies to
Azure SDK for .NET