Share via


AscOperations class

Class representing a AscOperations.

Constructors

AscOperations(StorageCacheManagementClientContext)

Create a AscOperations.

Methods

get(string, string, msRest.RequestOptionsBase)

Gets the status of an asynchronous operation for the Azure HPC Cache

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

Constructor Details

AscOperations(StorageCacheManagementClientContext)

Create a AscOperations.

new AscOperations(client: StorageCacheManagementClientContext)

Parameters

client
StorageCacheManagementClientContext

Reference to the service client.

Method Details

get(string, string, msRest.RequestOptionsBase)

Gets the status of an asynchronous operation for the Azure HPC Cache

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

Parameters

location

string

The name of the region used to look up the operation.

operationId

string

The operation id which uniquely identifies the asynchronous operation.

options
msRest.RequestOptionsBase

Returns

Promise<Models.AscOperationsGetResponse>

Promise<Models.AscOperationsGetResponse>

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

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

Parameters

location

string

The name of the region used to look up the operation.

operationId

string

The operation id which uniquely identifies the asynchronous operation.

options

RequestOptionsBase

The optional parameters

callback

ServiceCallback<AscOperation>

The callback

get(string, string, ServiceCallback<AscOperation>)

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

Parameters

location

string

The name of the region used to look up the operation.

operationId

string

The operation id which uniquely identifies the asynchronous operation.

callback

ServiceCallback<AscOperation>

The callback