Share via


IOperations Interface

Definition

Operations operations.

public interface IOperations
type IOperations = interface
Public Interface IOperations

Methods

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

List all the supported operations.

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

List all the supported operations.

Extension Methods

List(IOperations)

List all the supported operations.

ListAsync(IOperations, CancellationToken)

List all the supported operations.

ListNext(IOperations, String)

List all the supported operations.

ListNextAsync(IOperations, String, CancellationToken)

List all the supported operations.

Applies to