Share via


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

IFeatures 接口

定义

功能管理 API 的入口点。

public interface IFeatures : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IFeature>
type IFeatures = interface
    interface ISupportsListing<IFeature>
Public Interface IFeatures
Implements ISupportsListing(Of IFeature)
实现

方法

List()

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

列出当前所选订阅中指定类型的所有资源。

(继承自 ISupportsListing<T>)
Register(String, String)

在资源提供程序中注册功能。

RegisterAsync(String, String, CancellationToken)

在资源提供程序中注册功能。

适用于