Interface EventHubConsumerGroup
-
- All Superinterfaces:
com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>,com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>,com.microsoft.azure.management.resources.fluentcore.model.Indexable,NestedResource,com.microsoft.azure.management.resources.fluentcore.model.Refreshable<EventHubConsumerGroup>,com.microsoft.azure.management.resources.fluentcore.model.Updatable<EventHubConsumerGroup.Update>
@Beta(V1_7_0) public interface EventHubConsumerGroup extends NestedResource, com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager<com.microsoft.azure.management.eventhub.implementation.EventHubManager>, com.microsoft.azure.management.resources.fluentcore.model.Refreshable<EventHubConsumerGroup>, com.microsoft.azure.management.resources.fluentcore.model.HasInner<com.microsoft.azure.management.eventhub.implementation.ConsumerGroupInner>, com.microsoft.azure.management.resources.fluentcore.model.Updatable<EventHubConsumerGroup.Update>
Type representing consumer group of an event hub.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceEventHubConsumerGroup.DefinitionThe entirety of the consumer group definition.static interfaceEventHubConsumerGroup.DefinitionStagesGrouping of consumer group definition stages.static interfaceEventHubConsumerGroup.UpdateThe template for a consumer group update operation, containing all the settings that can be modified.static interfaceEventHubConsumerGroup.UpdateStagesGrouping of consumer group update stages.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.joda.time.DateTimecreatedAt()StringeventHubName()StringnamespaceName()StringnamespaceResourceGroupName()org.joda.time.DateTimeupdatedAt()StringuserMetadata()-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.HasInner
inner
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.arm.models.HasManager
manager
-
Methods inherited from interface com.microsoft.azure.management.resources.fluentcore.model.Indexable
key
-
Methods inherited from interface com.microsoft.azure.management.eventhub.NestedResource
id, name, type
-
-
-
-
Method Detail
-
namespaceResourceGroupName
@Beta(V1_7_0) String namespaceResourceGroupName()
- Returns:
- the resource group of the namespace where parent event hub resides
-
namespaceName
@Beta(V1_7_0) String namespaceName()
- Returns:
- the namespace name of parent event hub
-
eventHubName
@Beta(V1_7_0) String eventHubName()
- Returns:
- the name of the parent event hub
-
createdAt
@Beta(V1_7_0) org.joda.time.DateTime createdAt()
- Returns:
- creation time of the consumer group
-
updatedAt
@Beta(V1_7_0) org.joda.time.DateTime updatedAt()
- Returns:
- last modified time of the consumer group
-
userMetadata
@Beta(V1_7_0) String userMetadata()
- Returns:
- user metadata associated with the consumer group
-
-