你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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