GetNamespaceResult

data class GetNamespaceResult(val createdAt: String? = null, val critical: Boolean? = null, val dataCenter: String? = null, val enabled: Boolean? = null, val id: String, val location: String? = null, val metricId: String, val name: String, val namespaceType: String? = null, val provisioningState: String? = null, val region: String? = null, val scaleUnit: String? = null, val serviceBusEndpoint: String? = null, val sku: SkuResponse? = null, val status: String? = null, val subscriptionId: String? = null, val tags: Map<String, String>? = null, val type: String, val updatedAt: String? = null)

Description of a Namespace resource.

Constructors

Link copied to clipboard
constructor(createdAt: String? = null, critical: Boolean? = null, dataCenter: String? = null, enabled: Boolean? = null, id: String, location: String? = null, metricId: String, name: String, namespaceType: String? = null, provisioningState: String? = null, region: String? = null, scaleUnit: String? = null, serviceBusEndpoint: String? = null, sku: SkuResponse? = null, status: String? = null, subscriptionId: String? = null, tags: Map<String, String>? = null, type: String, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val createdAt: String? = null

The time the namespace was created.

Link copied to clipboard
val critical: Boolean? = null

Whether or not the namespace is set as Critical.

Link copied to clipboard
val dataCenter: String? = null

Data center for the namespace

Link copied to clipboard
val enabled: Boolean? = null

Whether or not the namespace is currently enabled.

Link copied to clipboard
val id: String

Resource Id

Link copied to clipboard
val location: String? = null

Resource location

Link copied to clipboard

Identifier for Azure Insights metrics

Link copied to clipboard

Resource name

Link copied to clipboard
val namespaceType: String? = null

The namespace type.

Link copied to clipboard

Provisioning state of the Namespace.

Link copied to clipboard
val region: String? = null

Specifies the targeted region in which the namespace should be created. It can be any of the following values: Australia East, Australia Southeast, Central US, East US, East US 2, West US, North Central US, South Central US, East Asia, Southeast Asia, Brazil South, Japan East, Japan West, North Europe, West Europe

Link copied to clipboard
val scaleUnit: String? = null

ScaleUnit where the namespace gets created

Link copied to clipboard

Endpoint you can use to perform NotificationHub operations.

Link copied to clipboard
val sku: SkuResponse? = null

The sku of the created namespace

Link copied to clipboard
val status: String? = null

Status of the namespace. It can be any of these values:1 = Created/Active2 = Creating3 = Suspended4 = Deleting

Link copied to clipboard
val subscriptionId: String? = null

The Id of the Azure subscription associated with the namespace.

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

Resource tags

Link copied to clipboard

Resource type

Link copied to clipboard
val updatedAt: String? = null

The time the namespace was updated.