AppTemplateVolumeArgs

data class AppTemplateVolumeArgs(val name: Output<String>, val storageName: Output<String>? = null, val storageType: Output<String>? = null) : ConvertibleToJava<AppTemplateVolumeArgs>

Constructors

Link copied to clipboard
fun AppTemplateVolumeArgs(name: Output<String>, storageName: Output<String>? = null, storageType: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the volume.

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

The name of the AzureFile storage.

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

The type of storage volume. Possible values include AzureFile and EmptyDir. Defaults to EmptyDir.