StorageProfileArgs

data class StorageProfileArgs(val storageaccounts: Output<List<StorageAccountArgs>>? = null) : ConvertibleToJava<StorageProfileArgs>

The storage profile.

Constructors

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

Properties

Link copied to clipboard

The list of storage accounts in the cluster.

Functions

Link copied to clipboard
open override fun toJava(): StorageProfileArgs