The namespaces/queues/authorizationRules resource type can be deployed to:
For a list of changed properties in each API version, see change log.
To create a Microsoft.ServiceBus/namespaces/queues/authorizationRules resource, add the following JSON to your template.
{
"type": "Microsoft.ServiceBus/namespaces/queues/authorizationRules",
"apiVersion": "2022-10-01-preview",
"name": "string",
"properties": {
"rights": [ "string" ]
}
}
Name | Description | Value |
---|---|---|
type | The resource type | 'Microsoft.ServiceBus/namespaces/queues/authorizationRules' |
apiVersion | The resource api version | '2022-10-01-preview' |
name | The resource name See how to set names and types for child resources in JSON ARM templates. |
string (required) Character limit: 1-50 Valid characters: Alphanumerics, periods, hyphens, and underscores. Start and end with alphnumeric. |
properties | AuthorizationRule properties. | SBAuthorizationRuleProperties |
Name | Description | Value |
---|---|---|
rights | The rights associated with the rule. | String array containing any of: 'Listen' 'Manage' 'Send' (required) |