Show / Hide Table of Contents

Class EventHubNamespaceState

Inheritance
System.Object
InputArgs
ResourceArgs
EventHubNamespaceState
Inherited Members
ResourceArgs.Empty
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 EventHubNamespaceState : ResourceArgs

Constructors

View Source

EventHubNamespaceState()

Declaration
public EventHubNamespaceState()

Properties

View Source

AutoInflateEnabled

Is Auto Inflate enabled for the EventHub Namespace?

Declaration
public Input<bool> AutoInflateEnabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

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>
View Source

DefaultPrimaryConnectionString

The primary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public Input<string> DefaultPrimaryConnectionString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

DefaultPrimaryKey

The primary access key for the authorization rule RootManageSharedAccessKey.

Declaration
public Input<string> DefaultPrimaryKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

DefaultSecondaryConnectionString

The secondary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public Input<string> DefaultSecondaryConnectionString { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

DefaultSecondaryKey

The secondary access key for the authorization rule RootManageSharedAccessKey.

Declaration
public Input<string> DefaultSecondaryKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

NetworkRulesets

A network_rulesets block as defined below.

Declaration
public Input<EventHubNamespaceNetworkRulesetsGetArgs> NetworkRulesets { get; set; }
Property Value
Type Description
Input<EventHubNamespaceNetworkRulesetsGetArgs>
View Source

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>
View Source

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>
View Source

Tags

A mapping of tags to assign to the resource.

Declaration
public InputMap<string> Tags { get; set; }
Property Value
Type Description
InputMap<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.