ManagedClusterStorageProfile Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage profile for the container service cluster.
public class ManagedClusterStorageProfile
type ManagedClusterStorageProfile = class
Public Class ManagedClusterStorageProfile
- Inheritance
-
ManagedClusterStorageProfile
Constructors
ManagedClusterStorageProfile() |
Initializes a new instance of the ManagedClusterStorageProfile class. |
ManagedClusterStorageProfile(ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver) |
Initializes a new instance of the ManagedClusterStorageProfile class. |
Properties
BlobCsiDriver |
Gets or sets azureBlob CSI Driver settings for the storage profile. |
DiskCsiDriver |
Gets or sets azureDisk CSI Driver settings for the storage profile. |
FileCsiDriver |
Gets or sets azureFile CSI Driver settings for the storage profile. |
SnapshotController |
Gets or sets snapshot Controller settings for the storage profile. |