StorageProfileArgs

data class StorageProfileArgs(val diskSizeInGB: Output<Int>? = null, val fileShareName: Output<String>? = null, val storageAccountResourceId: Output<String>? = null) : ConvertibleToJava<StorageProfileArgs>

The storage profile of the user settings.

Constructors

Link copied to clipboard
constructor(diskSizeInGB: Output<Int>? = null, fileShareName: Output<String>? = null, storageAccountResourceId: Output<String>? = null)

Properties

Link copied to clipboard
val diskSizeInGB: Output<Int>? = null

Size of file share

Link copied to clipboard
val fileShareName: Output<String>? = null

Name of the mounted file share. 63 characters or less, lowercase alphabet, numbers, and -

Link copied to clipboard
val storageAccountResourceId: Output<String>? = null

Full resource ID of storage account.

Functions

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