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 OperationListResultInner list()

Lists all of the available Microsoft.Subscription API operations.

abstract Response<OperationListResultInner> listWithResponse(Context context)

Lists all of the available Microsoft.Subscription API operations.

Method Details

list

public abstract OperationListResultInner list()

Lists all of the available Microsoft.Subscription API operations.

Returns:

result of the request to list operations.

listWithResponse

public abstract Response listWithResponse(Context context)

Lists all of the available Microsoft.Subscription API operations.

Parameters:

context - The context to associate with this operation.

Returns:

result of the request to list operations along with Response<T>.

Applies to