GetNamespaceResult

data class GetNamespaceResult(val capacity: Int, val defaultPrimaryConnectionString: String, val defaultPrimaryKey: String, val defaultSecondaryConnectionString: String, val defaultSecondaryKey: String, val endpoint: String, val id: String, val location: String, val name: String, val premiumMessagingPartitions: Int, val resourceGroupName: String, val sku: String, val tags: Map<String, String>)

A collection of values returned by getNamespace.

Constructors

Link copied to clipboard
constructor(capacity: Int, defaultPrimaryConnectionString: String, defaultPrimaryKey: String, defaultSecondaryConnectionString: String, defaultSecondaryKey: String, endpoint: String, id: String, location: String, name: String, premiumMessagingPartitions: Int, resourceGroupName: String, sku: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The capacity of the ServiceBus Namespace.

Link copied to clipboard

The primary connection string for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

The primary access key for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

The secondary connection string for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

The secondary access key for the authorization rule RootManageSharedAccessKey.

Link copied to clipboard

The URL to access the ServiceBus Namespace.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The location of the Resource Group in which the ServiceBus Namespace exists.

Link copied to clipboard
Link copied to clipboard

The messaging partitions of the ServiceBus Namespace.

Link copied to clipboard
Link copied to clipboard
val sku: String

The Tier used for the ServiceBus Namespace.

Link copied to clipboard

A mapping of tags assigned to the resource.