App Template Volume
data class AppTemplateVolume(val mountOptions: String? = null, val name: String, val storageName: String? = null, val storageType: String? = null)
Properties
Link copied to clipboard
Mount options used while mounting the AzureFile. Must be a comma-separated string e.g. dir_mode=0751,file_mode=0751
.
Link copied to clipboard
The name of the AzureFile
storage.
Link copied to clipboard
The type of storage volume. Possible values are AzureFile
, EmptyDir
and Secret
. Defaults to EmptyDir
.