OperationStatusesClient Interface

public interface OperationStatusesClient

An instance of this class provides access to all the operations defined in OperationStatusesClient.

Method Summary

Modifier and Type Method and Description
abstract OperationStatusInner get(String location, String asyncOperationId)

Get the status of a long running azure asynchronous operation.

abstract Response<OperationStatusInner> getWithResponse(String location, String asyncOperationId, Context context)

Get the status of a long running azure asynchronous operation.

Method Details

get

public abstract OperationStatusInner get(String location, String asyncOperationId)

Get the status of a long running azure asynchronous operation.

Parameters:

location - The region name of operation.
asyncOperationId - The operation Id.

Returns:

the status of a long running azure asynchronous operation.

getWithResponse

public abstract Response getWithResponse(String location, String asyncOperationId, Context context)

Get the status of a long running azure asynchronous operation.

Parameters:

location - The region name of operation.
asyncOperationId - The operation Id.
context - The context to associate with this operation.

Returns:

the status of a long running azure asynchronous operation along with Response<T>.

Applies to