EventHubConsumerGroup Interface
Implements
NestedResource
HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>
HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>
Refreshable<EventHubConsumerGroup>
Updatable<Update>
public interface EventHubConsumerGroup
extends NestedResource, HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, Refreshable<EventHubConsumerGroup>, HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>, Updatable<Update>
Type representing consumer group of an event hub.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract org.joda.time.DateTime | createdAt() |
abstract java.lang.String | eventHubName() |
abstract java.lang.String | namespaceName() |
abstract java.lang.String | namespaceResourceGroupName() |
abstract org.joda.time.DateTime | updatedAt() |
abstract java.lang.String | userMetadata() |
Method Details
createdAt
public abstract DateTime createdAt()
Returns:
creation time of the consumer group
eventHubName
public abstract String eventHubName()
Returns:
the name of the parent event hub
namespaceName
public abstract String namespaceName()
Returns:
the namespace name of parent event hub
namespaceResourceGroupName
public abstract String namespaceResourceGroupName()
Returns:
the resource group of the namespace where parent event hub resides
updatedAt
public abstract DateTime updatedAt()
Returns:
last modified time of the consumer group
userMetadata
public abstract String userMetadata()
Returns:
user metadata associated with the consumer group
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Java