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

IFeaturesOperations 接口

定义

FeaturesOperations 操作。

public interface IFeaturesOperations
type IFeaturesOperations = interface
Public Interface IFeaturesOperations

方法

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

获取具有指定名称的预览功能。

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

获取通过 AFEC 为订阅提供的所有预览功能。

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

获取通过 AFEC 为订阅提供的所有预览功能。

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

获取提供程序命名空间中通过 AFEC 为订阅提供的所有预览功能。

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

获取提供程序命名空间中通过 AFEC 为订阅提供的所有预览功能。

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

注册订阅的预览功能。

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

取消注册订阅的预览功能。

扩展方法

Get(IFeaturesOperations, String, String)

获取具有指定名称的预览功能。

GetAsync(IFeaturesOperations, String, String, CancellationToken)

获取具有指定名称的预览功能。

List(IFeaturesOperations, String)

获取提供程序命名空间中通过 AFEC 为订阅提供的所有预览功能。

ListAll(IFeaturesOperations)

获取通过 AFEC 为订阅提供的所有预览功能。

ListAllAsync(IFeaturesOperations, CancellationToken)

获取通过 AFEC 为订阅提供的所有预览功能。

ListAllNext(IFeaturesOperations, String)

获取通过 AFEC 为订阅提供的所有预览功能。

ListAllNextAsync(IFeaturesOperations, String, CancellationToken)

获取通过 AFEC 为订阅提供的所有预览功能。

ListAsync(IFeaturesOperations, String, CancellationToken)

获取提供程序命名空间中通过 AFEC 为订阅提供的所有预览功能。

ListNext(IFeaturesOperations, String)

获取提供程序命名空间中通过 AFEC 为订阅提供的所有预览功能。

ListNextAsync(IFeaturesOperations, String, CancellationToken)

获取提供程序命名空间中通过 AFEC 为订阅提供的所有预览功能。

Register(IFeaturesOperations, String, String)

注册订阅的预览功能。

RegisterAsync(IFeaturesOperations, String, String, CancellationToken)

注册订阅的预览功能。

Unregister(IFeaturesOperations, String, String)

取消注册订阅的预览功能。

UnregisterAsync(IFeaturesOperations, String, String, CancellationToken)

取消注册订阅的预览功能。

适用于