AmlFilesystemContainerStorageInterfaceResponse

data class AmlFilesystemContainerStorageInterfaceResponse(val persistentVolume: String, val persistentVolumeClaim: String, val storageClass: String)

AML file system container storage interface information

Constructors

constructor(persistentVolume: String, persistentVolumeClaim: String, storageClass: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Recommended AKS Persistent Volume for the CSI driver, in Base64 encoded YAML

Link copied to clipboard

Recommended AKS Persistent Volume Claim for the CSI driver, in Base64 encoded YAML

Link copied to clipboard

Recommended AKS Storage Class for the CSI driver, in Base64 encoded YAML