次の方法で共有


OperationStatusRecoveryPointExtendedInfo コンストラクター

定義

オーバーロード

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

共有が論理的に削除された状態の場合は、このフィールドに削除されたバックアップ項目を設定します

適用対象