OperationStatusRecoveryPointExtendedInfo コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
OperationStatusRecoveryPointExtendedInfo() |
OperationStatusRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。 |
OperationStatusRecoveryPointExtendedInfo(RecoveryPoint, String) |
OperationStatusRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。 |
OperationStatusRecoveryPointExtendedInfo()
OperationStatusRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。
public OperationStatusRecoveryPointExtendedInfo ();
Public Sub New ()
適用対象
OperationStatusRecoveryPointExtendedInfo(RecoveryPoint, String)
OperationStatusRecoveryPointExtendedInfo クラスの新しいインスタンスを初期化します。
public OperationStatusRecoveryPointExtendedInfo (Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint updatedRecoveryPoint = default, string deletedBackupItemVersion = default);
new Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.OperationStatusRecoveryPointExtendedInfo : Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.RecoveryPoint * string -> Microsoft.Azure.Management.RecoveryServices.Backup.CrossRegionRestore.Models.OperationStatusRecoveryPointExtendedInfo
Public Sub New (Optional updatedRecoveryPoint As RecoveryPoint = Nothing, Optional deletedBackupItemVersion As String = Nothing)
パラメーター
- updatedRecoveryPoint
- RecoveryPoint
更新されたソース スナップショット URI を含む回復ポイント情報
- deletedBackupItemVersion
- String
共有が論理的に削除された状態の場合は、このフィールドに削除されたバックアップ項目を設定します
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET