ManagedClusterStorageProfile interface
Storage profile for the container service cluster.
Properties
| blob |
AzureBlob CSI Driver settings for the storage profile. |
| disk |
AzureDisk CSI Driver settings for the storage profile. |
| file |
AzureFile CSI Driver settings for the storage profile. |
| snapshot |
Snapshot Controller settings for the storage profile. |
Property Details
blobCSIDriver
AzureBlob CSI Driver settings for the storage profile.
blobCSIDriver?: ManagedClusterStorageProfileBlobCSIDriver
Property Value
diskCSIDriver
AzureDisk CSI Driver settings for the storage profile.
diskCSIDriver?: ManagedClusterStorageProfileDiskCSIDriver
Property Value
fileCSIDriver
AzureFile CSI Driver settings for the storage profile.
fileCSIDriver?: ManagedClusterStorageProfileFileCSIDriver
Property Value
snapshotController
Snapshot Controller settings for the storage profile.
snapshotController?: ManagedClusterStorageProfileSnapshotController