GetNamespaceResult

data class GetNamespaceResult(val alternateName: String? = null, val azureApiVersion: String, val clusterArmId: String? = null, val createdAt: String, val disableLocalAuth: Boolean? = null, val encryption: EncryptionResponse? = null, val id: String, val identity: IdentityResponse? = null, val isAutoInflateEnabled: Boolean? = null, val kafkaEnabled: Boolean? = null, val location: String? = null, val maximumThroughputUnits: Int? = null, val metricId: String, val minimumTlsVersion: String? = null, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String, val publicNetworkAccess: String? = null, val serviceBusEndpoint: String, val sku: SkuResponse? = null, val status: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val updatedAt: String, val zoneRedundant: Boolean? = null)

Single Namespace item in List or Get Operation

Constructors

Link copied to clipboard
constructor(alternateName: String? = null, azureApiVersion: String, clusterArmId: String? = null, createdAt: String, disableLocalAuth: Boolean? = null, encryption: EncryptionResponse? = null, id: String, identity: IdentityResponse? = null, isAutoInflateEnabled: Boolean? = null, kafkaEnabled: Boolean? = null, location: String? = null, maximumThroughputUnits: Int? = null, metricId: String, minimumTlsVersion: String? = null, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String, publicNetworkAccess: String? = null, serviceBusEndpoint: String, sku: SkuResponse? = null, status: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, updatedAt: String, zoneRedundant: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val alternateName: String? = null

Alternate name specified when alias and namespace names are same.

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard
val clusterArmId: String? = null

Cluster ARM ID of the Namespace.

Link copied to clipboard

The time the Namespace was created.

Link copied to clipboard

This property disables SAS authentication for the Event Hubs namespace.

Link copied to clipboard

Properties of BYOK Encryption description

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

Properties of BYOK Identity description

Link copied to clipboard

Value that indicates whether AutoInflate is enabled for eventhub namespace.

Link copied to clipboard
val kafkaEnabled: Boolean? = null

Value that indicates whether Kafka is enabled for eventhub namespace.

Link copied to clipboard
val location: String? = null

Resource location.

Link copied to clipboard

Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)

Link copied to clipboard

Identifier for Azure Insights metrics.

Link copied to clipboard

The minimum TLS version for the cluster to support, e.g. '1.2'

Link copied to clipboard

The name of the resource

Link copied to clipboard

List of private endpoint connections.

Link copied to clipboard

Provisioning state of the Namespace.

Link copied to clipboard

This determines if traffic is allowed over public network. By default it is enabled.

Link copied to clipboard

Endpoint you can use to perform Service Bus operations.

Link copied to clipboard
val sku: SkuResponse? = null

Properties of sku resource

Link copied to clipboard

Status of the Namespace.

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

The time the Namespace was updated.

Link copied to clipboard
val zoneRedundant: Boolean? = null

Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.