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

IFeatures 接口

定义

用于管理预览功能的操作。

public interface IFeatures
type IFeatures = interface
Public Interface IFeatures

方法

GetAsync(String, String, CancellationToken)

获取订阅下的所有功能。

ListAllAsync(CancellationToken)

获取当前订阅中所有提供程序的预览功能列表。

ListAllNextAsync(String, CancellationToken)

获取订阅的预览功能的列表。

ListAsync(String, CancellationToken)

获取资源提供程序的预览功能的列表。

ListNextAsync(String, CancellationToken)

获取资源提供程序的预览功能的列表。

RegisterAsync(String, String, CancellationToken)

注册资源提供程序的预览功能。

扩展方法

Get(IFeatures, String, String)

获取订阅下的所有功能。

GetAsync(IFeatures, String, String)

获取订阅下的所有功能。

List(IFeatures, String)

获取资源提供程序的预览功能的列表。

ListAll(IFeatures)

获取当前订阅中所有提供程序的预览功能列表。

ListAllAsync(IFeatures)

获取当前订阅中所有提供程序的预览功能列表。

ListAllNext(IFeatures, String)

获取订阅的预览功能的列表。

ListAllNextAsync(IFeatures, String)

获取订阅的预览功能的列表。

ListAsync(IFeatures, String)

获取资源提供程序的预览功能的列表。

ListNext(IFeatures, String)

获取资源提供程序的预览功能的列表。

ListNextAsync(IFeatures, String)

获取资源提供程序的预览功能的列表。

Register(IFeatures, String, String)

注册资源提供程序的预览功能。

RegisterAsync(IFeatures, String, String)

注册资源提供程序的预览功能。

适用于