az eventhubs namespace authorization-rule
Manage Azure EventHubs Authorizationrule for Namespace.
Commands
az eventhubs namespace authorization-rule create |
Creates Authorizationrule for the given Namespace. |
az eventhubs namespace authorization-rule delete |
Deletes the Authorizationrule of the namespace. |
az eventhubs namespace authorization-rule keys |
Manage Azure EventHubs Authorizationrule connection strings for Namespace. |
az eventhubs namespace authorization-rule keys list |
Shows the connection strings for namespace. |
az eventhubs namespace authorization-rule keys renew |
Regenerate the connection strings of Authorizationrule for the namespace. |
az eventhubs namespace authorization-rule list |
Shows the list of Authorizationrule by Namespace. |
az eventhubs namespace authorization-rule show |
Shows the details of Authorizationrule. |
az eventhubs namespace authorization-rule update |
Updates Authorizationrule for the given Namespace. |
az eventhubs namespace authorization-rule create
Creates Authorizationrule for the given Namespace.
az eventhubs namespace authorization-rule create --name
--namespace-name
--resource-group
[--rights {Listen, Manage, Send}]
Examples
Creates Authorizationrule
az eventhubs namespace authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --rights Send Listen
Required Parameters
Name of Authorization Rule.
Name of Namespace.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Space-separated list of Authorization rule rights.
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 authorization-rule delete
Deletes the Authorizationrule of the namespace.
az eventhubs namespace authorization-rule delete [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Deletes the Authorizationrule of the namespace.
az eventhubs namespace authorization-rule delete --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule
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 Namespace AuthorizationRule.
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 authorization-rule list
Shows the list of Authorizationrule by Namespace.
az eventhubs namespace authorization-rule list --namespace-name
--resource-group
Examples
Shows the list of Authorizationrule by Namespace
az eventhubs namespace authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace
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 authorization-rule show
Shows the details of Authorizationrule.
az eventhubs namespace authorization-rule show [--ids]
[--name]
[--namespace-name]
[--resource-group]
[--subscription]
Examples
Shows the details of Authorizationrule
az eventhubs namespace authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule
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 Namespace AuthorizationRule.
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 authorization-rule update
Updates Authorizationrule for the given Namespace.
az eventhubs namespace authorization-rule update --rights {Listen, Manage, Send}
[--add]
[--force-string]
[--ids]
[--name]
[--namespace-name]
[--remove]
[--resource-group]
[--set]
[--subscription]
Examples
Updates Authorizationrule
az eventhubs namespace authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --name myauthorule --rights Send
Required Parameters
Space-separated list of Authorization rule rights.
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
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 Namespace AuthorizationRule.
Name of Namespace.
Remove a property or an element from a list. Example: --remove property.list OR --remove propertyToRemove.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Update an object by specifying a property path and value to set. Example: --set property1.property2=.
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