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