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)

リソース プロバイダーに機能を登録します。

適用対象