IEventHubConsumerGroup Interface

Definition

Type representing consumer group of an event hub.

public interface IEventHubConsumerGroup : Microsoft.Azure.Management.Eventhub.Fluent.INestedResource, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasId, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.EventHub.Fluent.Models.ConsumerGroupInner>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.EventHub.Fluent.IEventHubManager>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IIndexable, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IRefreshable<Microsoft.Azure.Management.Eventhub.Fluent.IEventHubConsumerGroup>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ResourceActions.IUpdatable<Microsoft.Azure.Management.Eventhub.Fluent.EventHubConsumerGroup.Update.IUpdate>
type IEventHubConsumerGroup = interface
    interface IBeta
    interface INestedResource
    interface IIndexable
    interface IHasId
    interface IHasManager<IEventHubManager>
    interface IRefreshable<IEventHubConsumerGroup>
    interface IHasInner<ConsumerGroupInner>
    interface IUpdatable<IUpdate>
Public Interface IEventHubConsumerGroup
Implements IBeta, IHasId, IHasInner(Of ConsumerGroupInner), IHasManager(Of IEventHubManager), IIndexable, INestedResource, IRefreshable(Of IEventHubConsumerGroup), IUpdatable(Of IUpdate)
Implements

Properties

CreatedAt

Gets creation time of the consumer group.

EventHubName

Gets the name of the parent event hub.

Id

Gets the resource id string

(Inherited from IHasId)
Inner (Inherited from IHasInner<T>)
Key (Inherited from IIndexable)
Manager

Gets the manager client type of this resource type.

(Inherited from IHasManager<ManagerT>)
Name

Gets the resource name.

(Inherited from INestedResource)
NamespaceName

Gets the namespace name of parent event hub.

NamespaceResourceGroupName

Gets the resource group of the namespace where parent event hub resides.

Type

Gets the resource type.

(Inherited from INestedResource)
UpdatedAt

Gets last modified time of the consumer group.

UserMetadata

Gets user metadata associated with the consumer group.

Methods

Refresh()

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
RefreshAsync(CancellationToken)

Refreshes the resource to sync with Azure.

(Inherited from IRefreshable<T>)
Update() (Inherited from IUpdatable<T>)

Applies to