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