az eventhubs namespace application-group
Manages Application Groups for premium eventhubs namespace.
Commands
az eventhubs namespace application-group create |
Creates an application group for an EventHub namespace. |
az eventhubs namespace application-group delete |
Deletes an ApplicationGroup for a Namespace. |
az eventhubs namespace application-group list |
Lists all application groups in an EventHub namespace. |
az eventhubs namespace application-group policy |
Append or Remove application group policies. |
az eventhubs namespace application-group policy add |
Appends an application group policy to the existing policy. This cmdlet can be used to append one or more throttling policies. |
az eventhubs namespace application-group policy remove |
Removes an application group policy from the existing policies. This cmdlet can be used to remove one or more throttling policies. |
az eventhubs namespace application-group show |
Gets an application group in an EventHub namespace. |
az eventhubs namespace application-group update |
Updates an application group in an EventHub namespace. |
az eventhubs namespace application-group create
Creates an application group for an EventHub namespace.
az eventhubs namespace application-group create --client-app-group-id
--name
--namespace-name
--policy-config
--resource-group
[--is-enabled {false, true}]
Examples
Create an application group myAppGroup for eventhub namespace mynamespace with 2 throttling policies. Maximum allowed throttling policies is 4.
az eventhubs namespace application-group create --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --client-app-group-identifier NamespaceSASKeyName=keyname --throttling-policy-config name=policy1 metric-id=IncomingMessages rate-limit-threshold=10000 --throttling-policy-config name=policy2 metric-id=IncomingBytes rate-limit-threshold=20000
Required Parameters
The Unique identifier for application group.Supports SAS(NamespaceSASKeyName=KeyName or EntitySASKeyName=KeyName) or AAD(AADAppID=Guid).
Name of Application Group.
Name of Namespace.
List of Throttling Policy Objects.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az eventhubs namespace application-group delete
Deletes an ApplicationGroup for a Namespace.
az eventhubs namespace application-group delete [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Optional Parameters
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.
Name of Application Group.
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az eventhubs namespace application-group list
Lists all application groups in an EventHub namespace.
az eventhubs namespace application-group list --namespace-name
--resource-group
Examples
Lists all application groups in eventhub namespace mynamespace.
az eventhubs namespace application-group list --namespace-name mynamespace -g MyResourceGroup
Required Parameters
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az eventhubs namespace application-group show
Gets an application group in an EventHub namespace.
az eventhubs namespace application-group show [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Gets an application group myAppGroup for eventhub namespace mynamespace.
az eventhubs namespace application-group show --namespace-name mynamespace -g MyResourceGroup --name myAppGroup
Optional Parameters
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.
Name of Application Group.
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
az eventhubs namespace application-group update
Updates an application group in an EventHub namespace.
az eventhubs namespace application-group update [--ids]
[--is-enabled {false, true}]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Updates an application group myAppGroup for eventhub namespace mynamespace.
az eventhubs namespace application-group update --namespace-name mynamespace -g MyResourceGroup --name myAppGroup --is-enabled false
Optional Parameters
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.
Determines if Application Group is allowed to create connection with namespace or not. Once the isEnabled is set to false, all the existing connections of application group gets dropped and no new connections will be allowed.
Name of Application Group.
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
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.
Feedback
Submit and view feedback for