AzureWorkloadBackupRequest 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
AzureWorkloadBackupRequest() |
Initializes a new instance of the AzureWorkloadBackupRequest class. |
AzureWorkloadBackupRequest(String, Nullable<Boolean>, Nullable<DateTime>) |
Initializes a new instance of the AzureWorkloadBackupRequest class. |
AzureWorkloadBackupRequest()
Initializes a new instance of the AzureWorkloadBackupRequest class.
public AzureWorkloadBackupRequest ();
Public Sub New ()
Applies to
AzureWorkloadBackupRequest(String, Nullable<Boolean>, Nullable<DateTime>)
Initializes a new instance of the AzureWorkloadBackupRequest class.
public AzureWorkloadBackupRequest (string backupType = default, bool? enableCompression = default, DateTime? recoveryPointExpiryTimeInUTC = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadBackupRequest : string * Nullable<bool> * Nullable<DateTime> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadBackupRequest
Public Sub New (Optional backupType As String = Nothing, Optional enableCompression As Nullable(Of Boolean) = Nothing, Optional recoveryPointExpiryTimeInUTC As Nullable(Of DateTime) = Nothing)
Parameters
- backupType
- String
Type of backup, viz. Full, Differential, Log or CopyOnlyFull. Possible values include: 'Invalid', 'Full', 'Differential', 'Log', 'CopyOnlyFull', 'Incremental'
Backup copy will expire after the time specified (UTC).