次の方法で共有


AzureWorkloadSQLRecoveryPointExtendedInfo コンストラクター

定義

オーバーロード

AzureWorkloadSQLRecoveryPointExtendedInfo()

AzureWorkloadSQLRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。

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

AzureWorkloadSQLRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。

AzureWorkloadSQLRecoveryPointExtendedInfo()

AzureWorkloadSQLRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。

public AzureWorkloadSQLRecoveryPointExtendedInfo ();
Public Sub New ()

適用対象

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

AzureWorkloadSQLRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。

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)

パラメーター

dataDirectoryTimeInUTC
Nullable<DateTime>

データ ディレクトリ情報がキャプチャされた UTC 時刻

dataDirectoryPaths
IList<SQLDataDirectory>

復元操作中のデータ ディレクトリ パスの一覧。

適用対象