Get Namespace Result
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>)
Properties
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 messaging partitions of the ServiceBus Namespace.
Link copied to clipboard