Class EventHubAuthorizationRuleArgs
Inherited Members
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubAuthorizationRuleArgs : ResourceArgs
Constructors
View SourceEventHubAuthorizationRuleArgs()
Declaration
public EventHubAuthorizationRuleArgs()
Properties
View SourceEventhubName
Specifies the name of the EventHub. Changing this forces a new resource to be created.
Declaration
public Input<string> EventhubName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Listen
Does this Authorization Rule have permissions to Listen to the Event Hub? Defaults to false.
Declaration
public Input<bool> Listen { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Manage
Does this Authorization Rule have permissions to Manage to the Event Hub? 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 EventHub Authorization Rule resource. 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 grandparent EventHub Namespace. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in which the EventHub 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 permissions to Send to the Event Hub? Defaults to false.
Declaration
public Input<bool> Send { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |