OperationsClient Interface

public interface OperationsClient

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

Method Summary

Modifier and Type Method and Description
abstract OperationResultInner get(String locationName, String name)

Get operation.

abstract Response<OperationResultInner> getWithResponse(String locationName, String name, Context context)

Get operation.

Method Details

get

public abstract OperationResultInner get(String locationName, String name)

Get operation.

Parameters:

locationName - The name of the location.
name - The name of the operation.

Returns:

operation.

getWithResponse

public abstract Response<OperationResultInner> getWithResponse(String locationName, String name, Context context)

Get operation.

Parameters:

locationName - The name of the location.
name - The name of the operation.
context - The context to associate with this operation.

Returns:

operation along with Response<T>.

Applies to