az iot hub consumer-group
Manage the event hub consumer groups of an IoT hub.
Commands
Name | Description | Type | Status |
---|---|---|---|
az iot hub consumer-group create |
Create an event hub consumer group. |
Core | GA |
az iot hub consumer-group delete |
Delete an event hub consumer group. |
Core | GA |
az iot hub consumer-group list |
List event hub consumer groups. |
Core | GA |
az iot hub consumer-group show |
Get the details for an event hub consumer group. |
Core | GA |
az iot hub consumer-group create
Create an event hub consumer group.
az iot hub consumer-group create --hub-name
--name
[--event-hub-name]
[--resource-group]
Examples
Create a consumer group 'cg1' in the default event hub endpoint.
az iot hub consumer-group create --hub-name MyIotHub --name cg1
Create a consumer group `cg1` in the operation monitoring event hub endpoint `operationsMonitoringEvents`.
az iot hub consumer-group create --hub-name MyIotHub --event-hub-name operationsMonitoringEvents --name cg1
Required Parameters
IoT Hub name.
Event hub consumer group name.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Event hub endpoint name.
Property | Value |
---|---|
Default value: | events |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az iot hub consumer-group delete
Delete an event hub consumer group.
az iot hub consumer-group delete [--event-hub-name]
[--hub-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Event hub endpoint name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Default value: | events |
IoT Hub name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Event hub consumer group name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az iot hub consumer-group list
List event hub consumer groups.
az iot hub consumer-group list [--event-hub-name]
[--hub-name]
[--ids]
[--resource-group]
[--subscription]
Examples
List event hub consumer groups. (autogenerated)
az iot hub consumer-group list --hub-name MyHub
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Event hub endpoint name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Default value: | events |
IoT Hub name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |
az iot hub consumer-group show
Get the details for an event hub consumer group.
az iot hub consumer-group show [--event-hub-name]
[--hub-name]
[--ids]
[--name]
[--resource-group]
[--subscription]
Examples
Get the details for an event hub consumer group. (autogenerated)
az iot hub consumer-group show --hub-name MyHub --name MyEventHubConsumerGroup
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Event hub endpoint name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Default value: | events |
IoT Hub name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Event hub consumer group name.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Property | Value |
---|---|
Parameter group: | Resource Id Arguments |
Global Parameters
Increase logging verbosity to show all debug logs.
Property | Value |
---|---|
Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
Property | Value |
---|---|
Default value: | False |
Output format.
Property | Value |
---|---|
Default value: | json |
Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Increase logging verbosity. Use --debug for full debug logs.
Property | Value |
---|---|
Default value: | False |