StorageAccountResponse

data class StorageAccountResponse(val accountName: String, val storageType: String)

storage resource of type Azure Storage Account.

Constructors

Link copied to clipboard
constructor(accountName: String, storageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The account name of the Azure Storage Account.

Link copied to clipboard

The type of the storage. Expected value is 'StorageAccount'.