GetAppTemplateVolume

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Mount options used while mounting the AzureFile.

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.