az servicebus topic authorization-rule
Servicebus topic authorization-rule.
Commands
Name | Description | Type | Status |
---|---|---|---|
az servicebus topic authorization-rule create |
Create an authorization rule for the specified topic. |
Core | GA |
az servicebus topic authorization-rule delete |
Delete a topic authorization rule. |
Core | GA |
az servicebus topic authorization-rule keys |
Servicebus topic authorization-rule keys. |
Core | GA |
az servicebus topic authorization-rule keys list |
Gets the primary and secondary connection strings for the topic. |
Core | GA |
az servicebus topic authorization-rule keys renew |
Regenerates primary or secondary connection strings for the topic. |
Core | GA |
az servicebus topic authorization-rule list |
List authorization rules for a topic. |
Core | GA |
az servicebus topic authorization-rule show |
Get the specified authorization rule. |
Core | GA |
az servicebus topic authorization-rule update |
Update an authorization rule for the specified topic. |
Core | GA |
az servicebus topic authorization-rule create
Create an authorization rule for the specified topic.
az servicebus topic authorization-rule create --authorization-rule-name
--namespace-name
--resource-group
--topic-name
[--rights]
Examples
Create Authorization Rule for given Service Bus Topic
az servicebus topic authorization-rule create --resource-group myresourcegroup --namespace-name mynamespace --topic-name mytopic --name myauthorule --rights Send Listen
Required Parameters
The authorization rule name.
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The topic name.
Optional Parameters
The rights associated with the rule. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Global Parameters
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 servicebus topic authorization-rule delete
Delete a topic authorization rule.
az servicebus topic authorization-rule delete [--authorization-rule-name]
[--ids]
[--namespace-name]
[--resource-group]
[--subscription]
[--topic-name]
Examples
Deletes the Authorization Rule of Service Bus Topic.
az servicebus topic authorization-rule delete --resource-group myresourcegroup --namespace-name mynamespace --topic-name mytopic --name myauthorule
Optional Parameters
The authorization rule name.
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.
The namespace name.
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
.
The topic name.
Global Parameters
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 servicebus topic authorization-rule list
List authorization rules for a topic.
az servicebus topic authorization-rule list --namespace-name
--resource-group
--topic-name
Examples
shows list of Authorization Rule by Service Bus Topic
az servicebus topic authorization-rule list --resource-group myresourcegroup --namespace-name mynamespace --topic-name mytopic
Required Parameters
The namespace name.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The topic name.
Global Parameters
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 servicebus topic authorization-rule show
Get the specified authorization rule.
az servicebus topic authorization-rule show [--authorization-rule-name]
[--ids]
[--namespace-name]
[--resource-group]
[--subscription]
[--topic-name]
Examples
Shows the details of Authorization Rule for given Service Bus Topic
az servicebus topic authorization-rule show --resource-group myresourcegroup --namespace-name mynamespace --topic-name mytopic --name myauthorule
Optional Parameters
The authorization rule name.
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.
The namespace name.
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
.
The topic name.
Global Parameters
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 servicebus topic authorization-rule update
Update an authorization rule for the specified topic.
az servicebus topic authorization-rule update [--add]
[--authorization-rule-name]
[--force-string {0, 1, f, false, n, no, t, true, y, yes}]
[--ids]
[--namespace-name]
[--remove]
[--resource-group]
[--rights]
[--set]
[--subscription]
[--topic-name]
Examples
Create Authorization Rule for given Service Bus Topic.
az servicebus topic authorization-rule update --resource-group myresourcegroup --namespace-name mynamespace --topic-name mytopic --name myauthorule --rights Send
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>
.
The authorization rule name.
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.
The namespace name.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
The rights associated with the rule. Support shorthand-syntax, json-file and yaml-file. Try "??" to show more.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
The topic name.
Global Parameters
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.