Show / Hide Table of Contents

Class GetNamespaceResult

Inheritance
System.Object
GetNamespaceResult
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 GetNamespaceResult

Fields

View Source

AutoInflateEnabled

Is Auto Inflate enabled for the EventHub Namespace?

Declaration
public readonly bool AutoInflateEnabled
Field Value
Type Description
System.Boolean
View Source

Capacity

The Capacity / Throughput Units for a Standard SKU namespace.

Declaration
public readonly int Capacity
Field Value
Type Description
System.Int32
View Source

DefaultPrimaryConnectionString

The primary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultPrimaryConnectionString
Field Value
Type Description
System.String
View Source

DefaultPrimaryConnectionStringAlias

The alias of the primary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultPrimaryConnectionStringAlias
Field Value
Type Description
System.String
View Source

DefaultPrimaryKey

The primary access key for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultPrimaryKey
Field Value
Type Description
System.String
View Source

DefaultSecondaryConnectionString

The secondary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultSecondaryConnectionString
Field Value
Type Description
System.String
View Source

DefaultSecondaryConnectionStringAlias

The alias of the secondary connection string for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultSecondaryConnectionStringAlias
Field Value
Type Description
System.String
View Source

DefaultSecondaryKey

The secondary access key for the authorization rule RootManageSharedAccessKey.

Declaration
public readonly string DefaultSecondaryKey
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

KafkaEnabled

Declaration
public readonly bool KafkaEnabled
Field Value
Type Description
System.Boolean
View Source

Location

The Azure location where the EventHub Namespace exists

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

MaximumThroughputUnits

Specifies the maximum number of throughput units when Auto Inflate is Enabled.

Declaration
public readonly int MaximumThroughputUnits
Field Value
Type Description
System.Int32
View Source

Name

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

ResourceGroupName

Declaration
public readonly string ResourceGroupName
Field Value
Type Description
System.String
View Source

Sku

Defines which tier to use.

Declaration
public readonly string Sku
Field Value
Type Description
System.String
View Source

Tags

A mapping of tags to assign to the EventHub Namespace.

Declaration
public readonly ImmutableDictionary<string, string> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.