List Web Pub Sub Keys Result
data class ListWebPubSubKeysResult(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
fun ListWebPubSubKeysResult(primaryConnectionString: String? = null, primaryKey: String? = null, secondaryConnectionString: String? = null, secondaryKey: String? = null)