Sdílet prostřednictvím


BackupPatchProperties Constructors

Definition

Overloads

BackupPatchProperties()

Initializes a new instance of the BackupPatchProperties class.

BackupPatchProperties(String)

Initializes a new instance of the BackupPatchProperties class.

BackupPatchProperties()

Initializes a new instance of the BackupPatchProperties class.

public BackupPatchProperties ();
Public Sub New ()

Applies to

BackupPatchProperties(String)

Initializes a new instance of the BackupPatchProperties class.

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

Parameters

label
String

Label for backup

Applies to