Compartir a través de


EventHubConsumerGroup Interface

Implements

public interface EventHubConsumerGroup
extends NestedResource, HasManager<EventHubsManager>, Refreshable<EventHubConsumerGroup>, HasInnerModel<ConsumerGroupInner>, Updatable<Update>

Type representing consumer group of an event hub.

Method Summary

Modifier and Type Method and Description
abstract OffsetDateTime createdAt()

Gets creation time of the consumer group.

abstract String eventHubName()

Gets the name of the parent event hub.

abstract String namespaceName()

Gets the namespace name of parent event hub.

abstract String namespaceResourceGroupName()

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

abstract OffsetDateTime updatedAt()

Gets last modified time of the consumer group.

abstract String userMetadata()

Gets user metadata associated with the consumer group.

Method Details

createdAt

public abstract OffsetDateTime createdAt()

Gets creation time of the consumer group.

Returns:

creation time of the consumer group

eventHubName

public abstract String eventHubName()

Gets the name of the parent event hub.

Returns:

the name of the parent event hub

namespaceName

public abstract String namespaceName()

Gets the namespace name of parent event hub.

Returns:

the namespace name of parent event hub

namespaceResourceGroupName

public abstract String namespaceResourceGroupName()

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

Returns:

the resource group of the namespace where parent event hub resides

updatedAt

public abstract OffsetDateTime updatedAt()

Gets last modified time of the consumer group.

Returns:

last modified time of the consumer group

userMetadata

public abstract String userMetadata()

Gets user metadata associated with the consumer group.

Returns:

user metadata associated with the consumer group

Applies to