Get Namespace Result
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)
Properties
Link copied to clipboard
Data center for the namespace
Link copied to clipboard
The namespace type.
Link copied to clipboard
Provisioning state of the Namespace.
Link copied to clipboard
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
Endpoint you can use to perform NotificationHub operations.
Link copied to clipboard
The sku of the created namespace
Link copied to clipboard
The Id of the Azure subscription associated with the namespace.