次の方法で共有


IProviders インターフェイス

定義

プロバイダー管理 API へのエントリ ポイント。

public interface IProviders : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.ResourceManager.Fluent.IProvider>
type IProviders = interface
    interface ISupportsListing<IProvider>
    interface ISupportsGettingByName<IProvider>
Public Interface IProviders
Implements ISupportsGettingByName(Of IProvider), ISupportsListing(Of IProvider)
実装

メソッド

GetByName(String)

現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByName<T>)
GetByNameAsync(String, CancellationToken)

現在のリソース グループ内のリソース名に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingByName<T>)
List()

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
ListAsync(Boolean, CancellationToken)

現在選択されているサブスクリプション内の指定した種類のすべてのリソースを一覧表示します。

(継承元 ISupportsListing<T>)
Register(String)

使用するプロバイダーをサブスクリプションに登録します。

RegisterAsync(String, CancellationToken)

使用するプロバイダーをサブスクリプションに登録します。

Unregister(String)

サブスクリプションからプロバイダーの登録を解除します。

UnregisterAsync(String, CancellationToken)

サブスクリプションからプロバイダーの登録を解除します。

適用対象