Partilhar via


ManagedClusterStorageProfileSnapshotController Constructors

Definition

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)

Parameters

enabled
Nullable<Boolean>

Whether to enable Snapshot Controller. The default value is true.

Applies to