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
fun GetNamespaceResult(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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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
Link copied to clipboard
Link copied to clipboard