StorageProfileResponse

data class StorageProfileResponse(val storageaccounts: List<StorageAccountResponse>? = null)

The storage profile.

Constructors

Link copied to clipboard
constructor(storageaccounts: List<StorageAccountResponse>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of storage accounts in the cluster.