az servicebus queue authorization-rule
Manage Azure Service Bus Queue Authorization Rule.
Commands
az servicebus queue authorization-rule create |
Create Authorization Rule for the given Service Bus Queue. |
az servicebus queue authorization-rule delete |
Delete the Authorization Rule of Service Bus Queue. |
az servicebus queue authorization-rule keys |
Manage Azure Authorization Rule keys for Service Bus Queue. |
az servicebus queue authorization-rule keys list |
List the keys and connection strings of Authorization Rule for the given Service Bus Queue. |
az servicebus queue authorization-rule keys renew |
Regenerate keys of Authorization Rule for Service Bus Queue. |
az servicebus queue authorization-rule list |
List of Authorization Rule by Service Bus Queue. |
az servicebus queue authorization-rule show |
Show properties of Authorization Rule for the given Service Bus Queue. |
az servicebus queue authorization-rule update |
Update Authorization Rule for the given Service Bus Queue. |
az servicebus queue authorization-rule create
Create Authorization Rule for the given Service Bus Queue.
az servicebus queue authorization-rule create --name
--namespace-name
--queue-name
--resource-group
--rights {Listen, Manage, Send}
[--subscription]
Examples
Create Authorization Rule for Queue
az servicebus queue authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue --name myauthorule --rights Listen
Required Parameters
Name of Queue Authorization Rule.
Name of Namespace.
Name of Queue.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Space-separated list of Authorization rule rights.
Optional Parameters
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.
Increase logging verbosity. Use --debug for full debug logs.
az servicebus queue authorization-rule delete
Delete the Authorization Rule of Service Bus Queue.
az servicebus queue authorization-rule delete [--ids]
[--name]
[--namespace-name]
[--queue-name]
[--resource-group]
[--subscription]
Examples
Delete the Authorization Rule of Service Bus Queue
az servicebus queue authorization-rule delete --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue --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 Queue Authorization Rule.
Name of Namespace.
Name of Queue.
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.
Increase logging verbosity. Use --debug for full debug logs.
az servicebus queue authorization-rule list
List of Authorization Rule by Service Bus Queue.
az servicebus queue authorization-rule list --namespace-name
--queue-name
--resource-group
[--query-examples]
[--subscription]
Examples
List of Authorization Rule by Queue
az servicebus queue authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue
Required Parameters
Name of Namespace.
Name of Queue.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Optional Parameters
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
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.
Increase logging verbosity. Use --debug for full debug logs.
az servicebus queue authorization-rule show
Show properties of Authorization Rule for the given Service Bus Queue.
az servicebus queue authorization-rule show [--ids]
[--name]
[--namespace-name]
[--query-examples]
[--queue-name]
[--resource-group]
[--subscription]
Examples
show properties of Authorization Rule
az servicebus queue authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue --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 Queue Authorization Rule.
Name of Namespace.
Recommend JMESPath string for you. You can copy one of the query and paste it after --query parameter within double quotation marks to see the results. You can add one or more positional keywords so that we can give suggestions based on these key words.
Name of Queue.
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.
Increase logging verbosity. Use --debug for full debug logs.
az servicebus queue authorization-rule update
Update Authorization Rule for the given Service Bus Queue.
az servicebus queue authorization-rule update --rights {Listen, Manage, Send}
[--add]
[--force-string]
[--ids]
[--name]
[--namespace-name]
[--queue-name]
[--remove]
[--resource-group]
[--set]
[--subscription]
Examples
Update Authorization Rule for Queue
az servicebus queue authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --queue-name myqueue --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 Queue Authorization Rule.
Name of Namespace.
Name of Queue.
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.
Increase logging verbosity. Use --debug for full debug logs.