Class QueueAuthorizationRuleArgs
Inherited Members
Namespace: Pulumi.Azure.ServiceBus
Assembly: Pulumi.Azure.dll
Syntax
public sealed class QueueAuthorizationRuleArgs : ResourceArgs
Constructors
View SourceQueueAuthorizationRuleArgs()
Declaration
public QueueAuthorizationRuleArgs()
Properties
View SourceListen
Does this Authorization Rule have Listen permissions to the ServiceBus Queue? Defaults to false.
Declaration
public Input<bool> Listen { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Manage
Does this Authorization Rule have Manage permissions to the ServiceBus Queue? When this property is true - both listen and send must be too. Defaults to false.
Declaration
public Input<bool> Manage { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Name
Specifies the name of the Authorization Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceName
Specifies the name of the ServiceBus Namespace in which the Queue exists. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
QueueName
Specifies the name of the ServiceBus Queue. Changing this forces a new resource to be created.
Declaration
public Input<string> QueueName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the Resource Group in which the ServiceBus Namespace exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Send
Does this Authorization Rule have Send permissions to the ServiceBus Queue? Defaults to false.
Declaration
public Input<bool> Send { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |