次の方法で共有


RecoveryPointsOperationsExtensions.Get メソッド

定義

RecoveryPointID を使用して識別されたバックアップ データの情報を提供します。 これは非同期操作です。 操作の状態を確認するには、GetProtectedItemOperationResult API を呼び出します。

public static Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource Get (this Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsOperations operations, string vaultName, string resourceGroupName, string fabricName, string containerName, string protectedItemName, string recoveryPointId);
static member Get : Microsoft.Azure.Management.RecoveryServices.Backup.IRecoveryPointsOperations * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.Backup.Models.RecoveryPointResource
<Extension()>
Public Function Get (operations As IRecoveryPointsOperations, vaultName As String, resourceGroupName As String, fabricName As String, containerName As String, protectedItemName As String, recoveryPointId As String) As RecoveryPointResource

パラメーター

operations
IRecoveryPointsOperations

この拡張メソッドの操作グループ。

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

Recovery Services コンテナーが存在するリソース グループの名前。

fabricName
String

バックアップされた項目に関連付けられているファブリック名。

containerName
String

バックアップされた項目に関連付けられているコンテナー名。

protectedItemName
String

バックアップ データをフェッチする必要があるバックアップ項目名。

recoveryPointId
String

RecoveryPointID は、フェッチするバックアップ されたデータを表します。

戻り値

適用対象