次の方法で共有


ITenants インターフェイス

定義

テナント管理 API へのエントリ ポイント。

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

メソッド

List()

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

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

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

(継承元 ISupportsListing<T>)

適用対象