次の方法で共有


AscOperations class

AscOperations を表すクラス。

コンストラクター

AscOperations(StorageCacheManagementClientContext)

AscOperations を作成します。

メソッド

get(string, string, msRest.RequestOptionsBase)

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

get(string, string, RequestOptionsBase, ServiceCallback<AscOperation>)
get(string, string, ServiceCallback<AscOperation>)

コンストラクターの詳細

AscOperations(StorageCacheManagementClientContext)

AscOperations を作成します。

new AscOperations(client: StorageCacheManagementClientContext)

パラメーター

client
StorageCacheManagementClientContext

サービス クライアントへの参照。

メソッドの詳細

get(string, string, msRest.RequestOptionsBase)

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

function get(location: string, operationId: string, options?: msRest.RequestOptionsBase)

パラメーター

location

string

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

operationId

string

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

options
msRest.RequestOptionsBase

戻り値

Promise<Models.AscOperationsGetResponse>

Promise<Models.AscOperationsGetResponse>

get(string, string, RequestOptionsBase, ServiceCallback<AscOperation>)

function get(location: string, operationId: string, options: RequestOptionsBase, callback: ServiceCallback<AscOperation>)

パラメーター

location

string

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

operationId

string

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

options

RequestOptionsBase

省略可能なパラメーター

callback

ServiceCallback<AscOperation>

コールバック

get(string, string, ServiceCallback<AscOperation>)

function get(location: string, operationId: string, callback: ServiceCallback<AscOperation>)

パラメーター

location

string

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

operationId

string

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

callback

ServiceCallback<AscOperation>

コールバック