Partilhar via


ManagedClusterStorageProfileFileCSIDriver Constructors

Definition

Overloads

ManagedClusterStorageProfileFileCSIDriver()

Initializes a new instance of the ManagedClusterStorageProfileFileCSIDriver class.

ManagedClusterStorageProfileFileCSIDriver(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStorageProfileFileCSIDriver class.

ManagedClusterStorageProfileFileCSIDriver()

Initializes a new instance of the ManagedClusterStorageProfileFileCSIDriver class.

public ManagedClusterStorageProfileFileCSIDriver ();
Public Sub New ()

Applies to

ManagedClusterStorageProfileFileCSIDriver(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStorageProfileFileCSIDriver class.

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

Parameters

enabled
Nullable<Boolean>

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

Applies to