@Beta(value=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>
| Modifier and Type | Interface and Description |
|---|---|
static interface |
EventHubConsumerGroup.Definition
The entirety of the consumer group definition.
|
static interface |
EventHubConsumerGroup.DefinitionStages
Grouping of consumer group definition stages.
|
static interface |
EventHubConsumerGroup.Update
The template for a consumer group update operation, containing all the settings
that can be modified.
|
static interface |
EventHubConsumerGroup.UpdateStages
Grouping of consumer group update stages.
|
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.DateTime |
createdAt() |
String |
eventHubName() |
String |
namespaceName() |
String |
namespaceResourceGroupName() |
org.joda.time.DateTime |
updatedAt() |
String |
userMetadata() |
id, name, typekeymanagerrefresh, refreshAsync@Beta(value=V1_7_0) String namespaceResourceGroupName()
@Beta(value=V1_7_0) String namespaceName()
@Beta(value=V1_7_0) String eventHubName()
@Beta(value=V1_7_0) org.joda.time.DateTime createdAt()
@Beta(value=V1_7_0) org.joda.time.DateTime updatedAt()
@Beta(value=V1_7_0) String userMetadata()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/