次の方法で共有


ProtectedItemOperationResultsOperationsExtensions.Get メソッド

定義

バックアップ項目に対する操作の結果をフェッチします。

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

パラメーター

operations
IProtectedItemOperationResultsOperations

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

vaultName
String

Recovery Services コンテナーの名前。

resourceGroupName
String

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

fabricName
String

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

containerName
String

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

protectedItemName
String

詳細をフェッチするバックアップ項目名。

operationId
String

結果をフェッチする必要がある操作を表す OperationID。

戻り値

適用対象