Class EventHubNamespaceState
Inherited Members
Namespace: Pulumi.Azure.EventHub
Assembly: Pulumi.Azure.dll
Syntax
public sealed class EventHubNamespaceState : ResourceArgs
Constructors
View SourceEventHubNamespaceState()
Declaration
public EventHubNamespaceState()
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> |
DefaultPrimaryConnectionString
The primary connection string for the authorization
rule RootManageSharedAccessKey.
Declaration
public Input<string> DefaultPrimaryConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultPrimaryConnectionStringAlias
The alias of the primary connection string for the authorization
rule RootManageSharedAccessKey, which is generated when disaster recovery is enabled.
Declaration
public Input<string> DefaultPrimaryConnectionStringAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultPrimaryKey
The primary access key for the authorization rule RootManageSharedAccessKey.
Declaration
public Input<string> DefaultPrimaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultSecondaryConnectionString
The secondary connection string for the
authorization rule RootManageSharedAccessKey.
Declaration
public Input<string> DefaultSecondaryConnectionString { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultSecondaryConnectionStringAlias
The alias of the secondary connection string for the
authorization rule RootManageSharedAccessKey, which is generated when disaster recovery is enabled.
Declaration
public Input<string> DefaultSecondaryConnectionStringAlias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DefaultSecondaryKey
The secondary access key for the authorization rule RootManageSharedAccessKey.
Declaration
public Input<string> DefaultSecondaryKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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<EventHubNamespaceNetworkRulesetsGetArgs> NetworkRulesets { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<EventHubNamespaceNetworkRulesetsGetArgs> |
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> |