Class EventHubNamespaceArgs
Inherited Members
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubNamespaceArgs : ResourceArgs
Constructors
View SourceEventHubNamespaceArgs()
Declaration
public EventHubNamespaceArgs()
Properties
View SourceAutoInflateEnabled
Is Auto Inflate enabled for the EventHub Namespace?
Declaration
public Input<bool> AutoInflateEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Capacity
Specifies the Capacity / Throughput Units for a Standard SKU namespace. Valid values range from 1 - 20.
Declaration
public Input<int> Capacity { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Location
Specifies the supported Azure location where the resource exists. Changing this forces a new resource to be created.
Declaration
public Input<string> Location { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaximumThroughputUnits
Specifies the maximum number of throughput units when Auto Inflate is Enabled. Valid values range from 1 - 20.
Declaration
public Input<int> MaximumThroughputUnits { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
Specifies the name of the EventHub Namespace resource. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NetworkRulesets
A network_rulesets block as defined below.
Declaration
public Input<EventHubNamespaceNetworkRulesetsArgs> NetworkRulesets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventHubNamespaceNetworkRulesetsArgs> |
ResourceGroupName
The name of the resource group in which to create the namespace. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Sku
Defines which tier to use. Valid options are Basic and Standard.
Declaration
public Input<string> Sku { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
A mapping of tags to assign to the resource.
Declaration
public InputMap<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.String> |