Managed Cluster Storage Profile Args
data class ManagedClusterStorageProfileArgs(val blobCSIDriver: Output<ManagedClusterStorageProfileBlobCSIDriverArgs>? = null, val diskCSIDriver: Output<ManagedClusterStorageProfileDiskCSIDriverArgs>? = null, val fileCSIDriver: Output<ManagedClusterStorageProfileFileCSIDriverArgs>? = null, val snapshotController: Output<ManagedClusterStorageProfileSnapshotControllerArgs>? = null) : ConvertibleToJava<ManagedClusterStorageProfileArgs>
Storage profile for the container service cluster.
Constructors
Link copied to clipboard
constructor(blobCSIDriver: Output<ManagedClusterStorageProfileBlobCSIDriverArgs>? = null, diskCSIDriver: Output<ManagedClusterStorageProfileDiskCSIDriverArgs>? = null, fileCSIDriver: Output<ManagedClusterStorageProfileFileCSIDriverArgs>? = null, snapshotController: Output<ManagedClusterStorageProfileSnapshotControllerArgs>? = null)
Properties
Link copied to clipboard
AzureBlob CSI Driver settings for the storage profile.
Link copied to clipboard
AzureDisk CSI Driver settings for the storage profile.
Link copied to clipboard
AzureFile CSI Driver settings for the storage profile.
Link copied to clipboard
Snapshot Controller settings for the storage profile.