ListSignalRKeysResult

data class ListSignalRKeysResult(val primaryConnectionString: String? = null, val primaryKey: String? = null, val secondaryConnectionString: String? = null, val secondaryKey: String? = null)

A class represents the access keys of the resource.

Constructors

Link copied to clipboard
constructor(primaryConnectionString: String? = null, primaryKey: String? = null, secondaryConnectionString: String? = null, secondaryKey: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Connection string constructed via the primaryKey

Link copied to clipboard
val primaryKey: String? = null

The primary access key.

Link copied to clipboard

Connection string constructed via the secondaryKey

Link copied to clipboard
val secondaryKey: String? = null

The secondary access key.