GetNamespaceResult

data class GetNamespaceResult(val createdAt: String, val id: String, val isAutoInflateEnabled: Boolean? = null, val kafkaEnabled: Boolean? = null, val location: String? = null, val maximumThroughputUnits: Int? = null, val metricId: String, val name: String, val provisioningState: String, val serviceBusEndpoint: String, val sku: SkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val updatedAt: String)

Single Namespace item in List or Get Operation

Constructors

Link copied to clipboard
constructor(createdAt: String, id: String, isAutoInflateEnabled: Boolean? = null, kafkaEnabled: Boolean? = null, location: String? = null, maximumThroughputUnits: Int? = null, metricId: String, name: String, provisioningState: String, serviceBusEndpoint: String, sku: SkuResponse? = null, tags: Map<String, String>? = null, type: String, updatedAt: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the Namespace was created.

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

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 name of the resource

Link copied to clipboard

Provisioning state of the Namespace.

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
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.