次の方法で共有


OperationStatusOperationsExtensions.GetAsync メソッド

定義

操作の状態を取得する

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.OperationStatus> GetAsync(this Microsoft.Azure.Management.StorageSync.IOperationStatusOperations operations, string resourceGroupName, string locationName, string workflowId, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StorageSync.IOperationStatusOperations * string * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageSync.Models.OperationStatus>
<Extension()>
Public Function GetAsync (operations As IOperationStatusOperations, resourceGroupName As String, locationName As String, workflowId As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of OperationStatus)

パラメーター

operations
IOperationStatusOperations

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

resourceGroupName
String

リソース グループの名前。 名前の大文字と小文字は区別されます。

locationName
String

情報を取得する目的のリージョン。

workflowId
String

ワークフロー ID

operationId
String

操作 ID

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象