AscOperations class
表示 AscOperations 的类。
构造函数
| Asc |
创建 AscOperations。 |
方法
| get(string, string, ms |
获取 Azure HPC 缓存的异步作的状态 |
| get(string, string, Request |
|
| get(string, string, Service |
构造函数详细信息
AscOperations(StorageCacheManagementClientContext)
创建 AscOperations。
new AscOperations(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>
回调