AzureWorkloadSQLRecoveryPointExtendedInfo 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
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.Models.SQLDataDirectory> dataDirectoryPaths = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo : Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.RecoveryServices.Backup.Models.SQLDataDirectory> -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.AzureWorkloadSQLRecoveryPointExtendedInfo
Public Sub New (Optional dataDirectoryTimeInUTC As Nullable(Of DateTime) = Nothing, Optional dataDirectoryPaths As IList(Of SQLDataDirectory) = Nothing)
Parameters
- dataDirectoryPaths
- IList<SQLDataDirectory>
List of data directory paths during restore operation.
Applies to
Azure SDK for .NET