IOperations Interface

Definition

Operations operations.

public interface IOperations
type IOperations = interface
Public Interface IOperations

Methods

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

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

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

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

Extension Methods

List(IOperations)

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

ListAsync(IOperations, CancellationToken)

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

ListNext(IOperations, String)

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

ListNextAsync(IOperations, String, CancellationToken)

Lists the available billing REST API operations. https://docs.microsoft.com/en-us/rest/api/billing/

Applies to