StorageAccountCredentialsResponse

data class StorageAccountCredentialsResponse(val primaryKey: String, val resourceId: String, val secondaryKey: String)

Access information for the storage account.

Constructors

Link copied to clipboard
constructor(primaryKey: String, resourceId: String, secondaryKey: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The primary key of the storage account.

Link copied to clipboard

The ARM resource ID of the storage account.

Link copied to clipboard

The secondary key of the storage account.