Get Namespace Result
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)
Properties
Link copied to clipboard
Value that indicates whether AutoInflate is enabled for eventhub namespace.
Link copied to clipboard
Value that indicates whether Kafka is enabled for eventhub namespace.
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
Provisioning state of the Namespace.
Link copied to clipboard
Endpoint you can use to perform Service Bus operations.
Link copied to clipboard
Properties of sku resource