BackupPatch2023_07_01 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
BackupPatch2023_07_01() |
Initializes a new instance of the BackupPatch class. |
BackupPatch2023_07_01(IDictionary<String,String>, String, String, Nullable<DateTime>, String, Nullable<Int64>, String, String, String, Nullable<Boolean>) |
Initializes a new instance of the BackupPatch class. |
BackupPatch2023_07_01()
Initializes a new instance of the BackupPatch class.
public BackupPatch2023_07_01 ();
Public Sub New ()
Applies to
BackupPatch2023_07_01(IDictionary<String,String>, String, String, Nullable<DateTime>, String, Nullable<Int64>, String, String, String, Nullable<Boolean>)
Initializes a new instance of the BackupPatch class.
public BackupPatch2023_07_01 (System.Collections.Generic.IDictionary<string,string> tags = default, string backupType = default, string backupId = default, DateTime? creationDate = default, string provisioningState = default, long? size = default, string label = default, string failureReason = default, string volumeName = default, bool? useExistingSnapshot = default);
new Microsoft.Azure.Management.NetApp.Models.BackupPatch2023_07_01 : System.Collections.Generic.IDictionary<string, string> * string * string * Nullable<DateTime> * string * Nullable<int64> * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.NetApp.Models.BackupPatch2023_07_01
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional backupType As String = Nothing, Optional backupId As String = Nothing, Optional creationDate As Nullable(Of DateTime) = Nothing, Optional provisioningState As String = Nothing, Optional size As Nullable(Of Long) = Nothing, Optional label As String = Nothing, Optional failureReason As String = Nothing, Optional volumeName As String = Nothing, Optional useExistingSnapshot As Nullable(Of Boolean) = Nothing)
Parameters
- tags
- IDictionary<String,String>
Resource tags
- backupType
- String
Type of backup Manual or Scheduled Possible values include: 'Manual', 'Scheduled'
- backupId
- String
UUID v4 used to identify the Backup
- provisioningState
- String
Azure lifecycle management
- label
- String
Label for backup
- failureReason
- String
Failure reason
- volumeName
- String
Volume name
Manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups