Class EventHubNamespaceAuthorizationRuleArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubNamespaceAuthorizationRuleArgs : ResourceArgs
Constructors
View SourceEventHubNamespaceAuthorizationRuleArgs()
Declaration
public EventHubNamespaceAuthorizationRuleArgs()
Properties
View SourceListen
Grants listen access to this this Authorization Rule. Defaults to false.
Declaration
public Input<bool> Listen { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Manage
Grants manage access to this this Authorization Rule. 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 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
Grants send access to this this Authorization Rule. Defaults to false.
Declaration
public Input<bool> Send { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |