ManagedClusterStorageProfileSnapshotController 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
ManagedClusterStorageProfileSnapshotController() |
Initializes a new instance of the ManagedClusterStorageProfileSnapshotController class. |
ManagedClusterStorageProfileSnapshotController(Nullable<Boolean>) |
Initializes a new instance of the ManagedClusterStorageProfileSnapshotController class. |
ManagedClusterStorageProfileSnapshotController()
Initializes a new instance of the ManagedClusterStorageProfileSnapshotController class.
public ManagedClusterStorageProfileSnapshotController ();
Public Sub New ()
Applies to
ManagedClusterStorageProfileSnapshotController(Nullable<Boolean>)
Initializes a new instance of the ManagedClusterStorageProfileSnapshotController class.
public ManagedClusterStorageProfileSnapshotController (bool? enabled = default);
new Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController : Nullable<bool> -> Microsoft.Azure.Management.ContainerService.Models.ManagedClusterStorageProfileSnapshotController
Public Sub New (Optional enabled As Nullable(Of Boolean) = Nothing)