AscOperationsExtensions.GetAsync メソッド

定義

Azure HPC Cacheの非同期操作の状態を取得します

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageCache.Models.AscOperation> GetAsync (this Microsoft.Azure.Management.StorageCache.IAscOperations operations, string location, string operationId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.StorageCache.IAscOperations * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.StorageCache.Models.AscOperation>
<Extension()>
Public Function GetAsync (operations As IAscOperations, location As String, operationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AscOperation)

パラメーター

operations
IAscOperations

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

location
String

操作の検索に使用されるリージョンの名前。

operationId
String

非同期操作を一意に識別する操作 ID。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象