ManagedClusterStorageProfileFileCSIDriver 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
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)