Dela via


ManagedClusterStorageProfileDiskCSIDriver Constructors

Definition

Overloads

ManagedClusterStorageProfileDiskCSIDriver()

Initializes a new instance of the ManagedClusterStorageProfileDiskCSIDriver class.

ManagedClusterStorageProfileDiskCSIDriver(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStorageProfileDiskCSIDriver class.

ManagedClusterStorageProfileDiskCSIDriver()

Initializes a new instance of the ManagedClusterStorageProfileDiskCSIDriver class.

public ManagedClusterStorageProfileDiskCSIDriver ();
Public Sub New ()

Applies to

ManagedClusterStorageProfileDiskCSIDriver(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStorageProfileDiskCSIDriver class.

public ManagedClusterStorageProfileDiskCSIDriver (bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver : Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileDiskCSIDriver
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)

Parameters

enabled
Nullable<Boolean>

Whether to enable AzureDisk CSI Driver. The default value is true.

Applies to