ManagedClusterStorageProfile Constructors

Definition

Overloads

ManagedClusterStorageProfile()

Initializes a new instance of the ManagedClusterStorageProfile class.

ManagedClusterStorageProfile(ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver)

Initializes a new instance of the ManagedClusterStorageProfile class.

ManagedClusterStorageProfile()

Initializes a new instance of the ManagedClusterStorageProfile class.

public ManagedClusterStorageProfile ();
Public Sub New ()

Applies to

ManagedClusterStorageProfile(ManagedClusterStorageProfileDiskCSIDriver, ManagedClusterStorageProfileFileCSIDriver, ManagedClusterStorageProfileSnapshotController, ManagedClusterStorageProfileBlobCSIDriver)

Initializes a new instance of the ManagedClusterStorageProfile class.

public ManagedClusterStorageProfile (Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver diskCsiDriver = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver fileCsiDriver = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController snapshotController = default, Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver blobCsiDriver = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile : Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileFileCSIDriver * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController * Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileBlobCSIDriver -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfile
Public Sub New (Optional diskCsiDriver As ManagedClusterStorageProfileDiskCSIDriver = Nothing, Optional fileCsiDriver As ManagedClusterStorageProfileFileCSIDriver = Nothing, Optional snapshotController As ManagedClusterStorageProfileSnapshotController = Nothing, Optional blobCsiDriver As ManagedClusterStorageProfileBlobCSIDriver = Nothing)

Parameters

diskCsiDriver
ManagedClusterStorageProfileDiskCSIDriver

AzureDisk CSI Driver settings for the storage profile.

fileCsiDriver
ManagedClusterStorageProfileFileCSIDriver

AzureFile CSI Driver settings for the storage profile.

snapshotController
ManagedClusterStorageProfileSnapshotController

Snapshot Controller settings for the storage profile.

blobCsiDriver
ManagedClusterStorageProfileBlobCSIDriver

AzureBlob CSI Driver settings for the storage profile.

Applies to