GetEventhubNamespaceResult

data class GetEventhubNamespaceResult(val autoInflateEnabled: Boolean, val capacity: Int, val dedicatedClusterId: String, val defaultPrimaryConnectionString: String, val defaultPrimaryConnectionStringAlias: String, val defaultPrimaryKey: String, val defaultSecondaryConnectionString: String, val defaultSecondaryConnectionStringAlias: String, val defaultSecondaryKey: String, val id: String, val kafkaEnabled: Boolean, val location: String, val maximumThroughputUnits: Int, val name: String, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)

A collection of values returned by getEventhubNamespace.

Constructors

Link copied to clipboard
constructor(autoInflateEnabled: Boolean, capacity: Int, dedicatedClusterId: String, defaultPrimaryConnectionString: String, defaultPrimaryConnectionStringAlias: String, defaultPrimaryKey: String, defaultSecondaryConnectionString: String, defaultSecondaryConnectionStringAlias: String, defaultSecondaryKey: String, id: String, kafkaEnabled: Boolean, location: String, maximumThroughputUnits: Int, name: String, resourceGroupName: String, sku: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is Auto Inflate enabled for the EventHub Namespace?

Link copied to clipboard

The Capacity / Throughput Units for a Standard SKU namespace.

Link copied to clipboard

The ID of the EventHub Dedicated Cluster where this Namespace exists.

Link copied to clipboard

The primary connection string for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

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

Link copied to clipboard

The primary access key for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

The secondary connection string for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

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

Link copied to clipboard

The secondary access key for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The Azure location where the EventHub Namespace exists

Link copied to clipboard

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val sku: String

Defines which tier to use.

Link copied to clipboard

A mapping of tags to assign to the EventHub Namespace.