通过


你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AscOperations class

表示 AscOperations 的类。

构造函数

AscOperations(StorageCacheManagementClientContext)

创建 AscOperations。

方法

get(string, string, msRest.RequestOptionsBase)

获取 Azure HPC 缓存的异步作的状态

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 缓存的异步作的状态

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

参数

location

string

用于查找作的区域的名称。

operationId

string

唯一标识异步作的作 ID。

options
msRest.RequestOptionsBase

返回

Promise<Models.AscOperationsGetResponse>

承诺<模型.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>

回调