次の方法で共有


RecoveryServicesClientExtensions.GetOperationResultAsync メソッド

定義

リソースの操作結果を取得します。

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.Vault> GetOperationResultAsync (this Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient operations, string resourceGroupName, string vaultName, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetOperationResultAsync : Microsoft.Azure.Management.RecoveryServices.IRecoveryServicesClient * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.RecoveryServices.Models.Vault>
<Extension()>
Public Function GetOperationResultAsync (operations As IRecoveryServicesClient, resourceGroupName As String, vaultName As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Vault)

パラメーター

operations
IRecoveryServicesClient

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

resourceGroupName
String

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

vaultName
String

Recovery Services コンテナーの名前。

operationId
String
cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象