Partilhar via


IFeaturesOperations Interface

Definition

public interface IFeaturesOperations
type IFeaturesOperations = interface
Public Interface IFeaturesOperations

Methods

GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
ListAllNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListAllWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
ListWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
RegisterWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Extension Methods

Get(IFeaturesOperations, String, String)
GetAsync(IFeaturesOperations, String, String, CancellationToken)
List(IFeaturesOperations, String)
ListAll(IFeaturesOperations)
ListAllAsync(IFeaturesOperations, CancellationToken)
ListAllNext(IFeaturesOperations, String)
ListAllNextAsync(IFeaturesOperations, String, CancellationToken)
ListAsync(IFeaturesOperations, String, CancellationToken)
ListNext(IFeaturesOperations, String)
ListNextAsync(IFeaturesOperations, String, CancellationToken)
Register(IFeaturesOperations, String, String)
RegisterAsync(IFeaturesOperations, String, String, CancellationToken)

Applies to