StorageAccountConfigurationResponse

data class StorageAccountConfigurationResponse(val storageAccountKey: String? = null, val storageAccountName: String? = null)

Settings to use an existing storage account. Valid storage account kinds are: Storage, StorageV2 and FileStorage

Constructors

Link copied to clipboard
constructor(storageAccountKey: String? = null, storageAccountName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The storage account access key.

Link copied to clipboard

The storage account name.