Uses of Class
com.azure.resourcemanager.eventhubs.fluent.models.ConsumerGroupInner
Packages that use ConsumerGroupInner
Package
Description
Package containing the service clients for EventHubManagementClient.
Package containing the inner data models for EventHubManagementClient.
Package containing the data models for EventHubManagementClient.
-
Uses of ConsumerGroupInner in com.azure.resourcemanager.eventhubs.fluent
Methods in com.azure.resourcemanager.eventhubs.fluent that return ConsumerGroupInnerModifier and TypeMethodDescriptionConsumerGroupsClient.createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.ConsumerGroupsClient.get(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName) Gets a description for the specified consumer group.Methods in com.azure.resourcemanager.eventhubs.fluent that return types with arguments of type ConsumerGroupInnerModifier and TypeMethodDescriptionConsumerGroupsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.com.azure.core.http.rest.Response<ConsumerGroupInner>ConsumerGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters, com.azure.core.util.Context context) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.Mono<com.azure.core.http.rest.Response<ConsumerGroupInner>>ConsumerGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.ConsumerGroupsClient.getAsync(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName) Gets a description for the specified consumer group.com.azure.core.http.rest.Response<ConsumerGroupInner>ConsumerGroupsClient.getWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, com.azure.core.util.Context context) Gets a description for the specified consumer group.Mono<com.azure.core.http.rest.Response<ConsumerGroupInner>>ConsumerGroupsClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName) Gets a description for the specified consumer group.com.azure.core.http.rest.PagedIterable<ConsumerGroupInner>ConsumerGroupsClient.listByEventHub(String resourceGroupName, String namespaceName, String eventHubName) Gets all the consumer groups in a Namespace.com.azure.core.http.rest.PagedIterable<ConsumerGroupInner>ConsumerGroupsClient.listByEventHub(String resourceGroupName, String namespaceName, String eventHubName, Integer skip, Integer top, com.azure.core.util.Context context) Gets all the consumer groups in a Namespace.com.azure.core.http.rest.PagedFlux<ConsumerGroupInner>ConsumerGroupsClient.listByEventHubAsync(String resourceGroupName, String namespaceName, String eventHubName) Gets all the consumer groups in a Namespace.com.azure.core.http.rest.PagedFlux<ConsumerGroupInner>ConsumerGroupsClient.listByEventHubAsync(String resourceGroupName, String namespaceName, String eventHubName, Integer skip, Integer top) Gets all the consumer groups in a Namespace.Methods in com.azure.resourcemanager.eventhubs.fluent with parameters of type ConsumerGroupInnerModifier and TypeMethodDescriptionConsumerGroupsClient.createOrUpdate(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.ConsumerGroupsClient.createOrUpdateAsync(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.com.azure.core.http.rest.Response<ConsumerGroupInner>ConsumerGroupsClient.createOrUpdateWithResponse(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters, com.azure.core.util.Context context) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace.Mono<com.azure.core.http.rest.Response<ConsumerGroupInner>>ConsumerGroupsClient.createOrUpdateWithResponseAsync(String resourceGroupName, String namespaceName, String eventHubName, String consumerGroupName, ConsumerGroupInner parameters) Creates or updates an Event Hubs consumer group as a nested resource within a Namespace. -
Uses of ConsumerGroupInner in com.azure.resourcemanager.eventhubs.fluent.models
Methods in com.azure.resourcemanager.eventhubs.fluent.models that return ConsumerGroupInnerModifier and TypeMethodDescriptionConsumerGroupInner.withUserMetadata(String userMetadata) Set the userMetadata property: User Metadata is a placeholder to store user-defined string data with maximum length 1024. -
Uses of ConsumerGroupInner in com.azure.resourcemanager.eventhubs.models
Methods in com.azure.resourcemanager.eventhubs.models that return types with arguments of type ConsumerGroupInnerModifier and TypeMethodDescriptionConsumerGroupListResult.value()Get the value property: Result of the List Consumer Group operation.Method parameters in com.azure.resourcemanager.eventhubs.models with type arguments of type ConsumerGroupInnerModifier and TypeMethodDescriptionConsumerGroupListResult.withValue(List<ConsumerGroupInner> value) Set the value property: Result of the List Consumer Group operation.