Share via


AzureWorkloadSQLRecoveryPointExtendedInfo Constructors

Definition

Overloads

AzureWorkloadSQLRecoveryPointExtendedInfo()

Initializes a new instance of the AzureWorkloadSQLRecoveryPointExtendedInfo class.

AzureWorkloadSQLRecoveryPointExtendedInfo(Nullable<DateTime>, IList<SQLDataDirectory>)

Initializes a new instance of the AzureWorkloadSQLRecoveryPointExtendedInfo class.

AzureWorkloadSQLRecoveryPointExtendedInfo()

Initializes a new instance of the AzureWorkloadSQLRecoveryPointExtendedInfo class.

public AzureWorkloadSQLRecoveryPointExtendedInfo ();
Public Sub New ()

Applies to

AzureWorkloadSQLRecoveryPointExtendedInfo(Nullable<DateTime>, IList<SQLDataDirectory>)

Initializes a new instance of the AzureWorkloadSQLRecoveryPointExtendedInfo class.

public AzureWorkloadSQLRecoveryPointExtendedInfo (DateTime? dataDirectoryTimeInUTC = default, System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectory> dataDirectoryPaths = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPointExtendedInfo : Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.SQLDataDirectory> -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.AzureWorkloadSQLRecoveryPointExtendedInfo
Public Sub New (Optional dataDirectoryTimeInUTC As Nullable(Of DateTime) = Nothing, Optional dataDirectoryPaths As IList(Of SQLDataDirectory) = Nothing)

Parameters

dataDirectoryTimeInUTC
Nullable<DateTime>

UTC time at which data directory info was captured

dataDirectoryPaths
IList<SQLDataDirectory>

List of data directory paths during restore operation.

Applies to