Dela via


ManagedClusterStorageProfileBlobCSIDriver Constructors

Definition

Overloads

ManagedClusterStorageProfileBlobCSIDriver()

Initializes a new instance of the ManagedClusterStorageProfileBlobCSIDriver class.

ManagedClusterStorageProfileBlobCSIDriver(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStorageProfileBlobCSIDriver class.

ManagedClusterStorageProfileBlobCSIDriver()

Initializes a new instance of the ManagedClusterStorageProfileBlobCSIDriver class.

public ManagedClusterStorageProfileBlobCSIDriver ();
Public Sub New ()

Applies to

ManagedClusterStorageProfileBlobCSIDriver(Nullable<Boolean>)

Initializes a new instance of the ManagedClusterStorageProfileBlobCSIDriver class.

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

Parameters

enabled
Nullable<Boolean>

Whether to enable AzureBlob CSI Driver. The default value is false.

Applies to