AscOperationsExtensions.Get(IAscOperations, String, String) メソッド

定義

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

public static Microsoft.Azure.Management.StorageCache.Models.AscOperation Get (this Microsoft.Azure.Management.StorageCache.IAscOperations operations, string location, string operationId);
static member Get : Microsoft.Azure.Management.StorageCache.IAscOperations * string * string -> Microsoft.Azure.Management.StorageCache.Models.AscOperation
<Extension()>
Public Function Get (operations As IAscOperations, location As String, operationId As String) As AscOperation

パラメーター

operations
IAscOperations

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

location
String

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

operationId
String

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

戻り値

適用対象