ManagedClusterStorageProfileDiskCSIDriver Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)