GetAppTemplateVolume

data class GetAppTemplateVolume(val name: String, val storageName: String, val storageType: String)

Constructors

Link copied to clipboard
constructor(name: String, storageName: String, storageType: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the Container App.

Link copied to clipboard

The name of the AzureFile storage.

Link copied to clipboard

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