GetNamespaceResult

data class GetNamespaceResult(val createdAt: String, val id: String, val location: String, val metricId: String, val name: String, val provisioningState: String, val serviceBusEndpoint: String, val sku: SBSkuResponse? = null, val tags: Map<String, String>? = null, val type: String, val updatedAt: String)

Description of a namespace resource.

Constructors

Link copied to clipboard
constructor(createdAt: String, id: String, location: String, metricId: String, name: String, provisioningState: String, serviceBusEndpoint: String, sku: SBSkuResponse? = 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

Resource Id

Link copied to clipboard

The Geo-location where the resource lives

Link copied to clipboard

Identifier for Azure Insights metrics

Link copied to clipboard

Resource name

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: SBSkuResponse? = null

Properties of Sku

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

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard

The time the namespace was updated.