Sdílet prostřednictvím


BackupPatch Constructors

Definition

Overloads

BackupPatch()

Initializes a new instance of the BackupPatch class.

BackupPatch(String)

Initializes a new instance of the BackupPatch class.

BackupPatch()

Initializes a new instance of the BackupPatch class.

public BackupPatch ();
Public Sub New ()

Applies to

BackupPatch(String)

Initializes a new instance of the BackupPatch class.

public BackupPatch (string label = default);
new Microsoft.Azure.Management.NetApp.Models.BackupPatch : string -> Microsoft.Azure.Management.NetApp.Models.BackupPatch
Public Sub New (Optional label As String = Nothing)

Parameters

label
String

Label for backup

Applies to