IFeaturesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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