GetNamespaceResult

data class GetNamespaceResult(val enabled: Boolean, val id: String, val location: String, val name: String, val namespaceType: String, val resourceGroupName: String, val servicebusEndpoint: String, val sku: GetNamespaceSku, val tags: Map<String, String>)

A collection of values returned by getNamespace.

Constructors

Link copied to clipboard
constructor(enabled: Boolean, id: String, location: String, name: String, namespaceType: String, resourceGroupName: String, servicebusEndpoint: String, sku: GetNamespaceSku, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is this Notification Hub Namespace enabled?

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region in which this Notification Hub Namespace exists.

Link copied to clipboard

The name of the SKU to use for this Notification Hub Namespace. Possible values are Free, Basic or Standard.

Link copied to clipboard

The Type of Namespace, such as Messaging or NotificationHub.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A sku block as defined below.

Link copied to clipboard

A mapping of tags to assign to the resource.