ListNamespaceKeysResult

data class ListNamespaceKeysResult(val aliasPrimaryConnectionString: String, val aliasSecondaryConnectionString: String, val keyName: String, val primaryConnectionString: String, val primaryKey: String, val secondaryConnectionString: String, val secondaryKey: String)

Namespace/EventHub Connection String

Constructors

Link copied to clipboard
constructor(aliasPrimaryConnectionString: String, aliasSecondaryConnectionString: String, keyName: String, primaryConnectionString: String, primaryKey: String, secondaryConnectionString: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Primary connection string of the alias if GEO DR is enabled

Link copied to clipboard

Secondary connection string of the alias if GEO DR is enabled

Link copied to clipboard

A string that describes the AuthorizationRule.

Link copied to clipboard

Primary connection string of the created namespace AuthorizationRule.

Link copied to clipboard

A base64-encoded 256-bit primary key for signing and validating the SAS token.

Link copied to clipboard

Secondary connection string of the created namespace AuthorizationRule.

Link copied to clipboard

A base64-encoded 256-bit primary key for signing and validating the SAS token.