ManagedClusterStorageProfile Class

Definition

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.

Applies to