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 OperationStatusResultInner get(String location, String operationId)

Get the status of a long running azure asynchronous operation.

abstract Response<OperationStatusResultInner> getWithResponse(String location, String operationId, Context context)

Get the status of a long running azure asynchronous operation.

Method Details

get

public abstract OperationStatusResultInner get(String location, String operationId)

Get the status of a long running azure asynchronous operation.

Parameters:

location - The name of the Azure region.
operationId - The ID of an ongoing async operation.

Returns:

the status of a long running azure asynchronous operation.

getWithResponse

public abstract Response<OperationStatusResultInner> getWithResponse(String location, String operationId, Context context)

Get the status of a long running azure asynchronous operation.

Parameters:

location - The name of the Azure region.
operationId - The ID of an ongoing async operation.
context - The context to associate with this operation.

Returns:

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

Applies to