Skip to main content

consumer_groups

Overview

Nameconsumer_groups
TypeResource
Idazure.event_hubs.consumer_groups

Fields

NameDatatypeDescription
idstringFully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
namestringThe name of the resource
locationstringThe geo-location where the resource lives
properties``Single item in List or Get Consumer group operation
systemDataobjectMetadata pertaining to creation and last modification of the resource.
typestringThe type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"

Methods

NameAccessible byRequired ParamsDescription
getSELECTconsumerGroupName, eventHubName, namespaceName, resourceGroupName, subscriptionIdGets a description for the specified consumer group.
list_by_event_hubSELECTeventHubName, namespaceName, resourceGroupName, subscriptionIdGets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.
create_or_updateINSERTconsumerGroupName, eventHubName, namespaceName, resourceGroupName, subscriptionIdCreates or updates an Event Hubs consumer group as a nested resource within a Namespace.
deleteDELETEconsumerGroupName, eventHubName, namespaceName, resourceGroupName, subscriptionIdDeletes a consumer group from the specified Event Hub and resource group.
_list_by_event_hubEXECeventHubName, namespaceName, resourceGroupName, subscriptionIdGets all the consumer groups in a Namespace. An empty feed is returned if no consumer group exists in the Namespace.