次の方法で共有


IActiveDirectoryUsers インターフェイス

定義

AD ユーザー管理 API へのエントリ ポイント。

public interface IActiveDirectoryUsers : Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsCreating<Microsoft.Azure.Management.Graph.RBAC.Fluent.ActiveDirectoryUser.Definition.IBlank>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsDeletingById, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingById<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsGettingByName<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.CollectionActions.ISupportsListing<Microsoft.Azure.Management.Graph.RBAC.Fluent.IActiveDirectoryUser>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IBeta, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasInner<Microsoft.Azure.Management.Graph.RBAC.Fluent.IUsersOperations>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.IHasManager<Microsoft.Azure.Management.Graph.RBAC.Fluent.GraphRbacManager>
type IActiveDirectoryUsers = interface
    interface IBeta
    interface ISupportsGettingById<IActiveDirectoryUser>
    interface ISupportsGettingByName<IActiveDirectoryUser>
    interface ISupportsListing<IActiveDirectoryUser>
    interface ISupportsCreating<IBlank>
    interface ISupportsDeletingById
    interface IHasManager<GraphRbacManager>
    interface IHasInner<IUsersOperations>
Public Interface IActiveDirectoryUsers
Implements IBeta, IHasInner(Of IUsersOperations), IHasManager(Of GraphRbacManager), ISupportsCreating(Of IBlank), ISupportsDeletingById, ISupportsGettingById(Of IActiveDirectoryUser), ISupportsGettingByName(Of IActiveDirectoryUser), ISupportsListing(Of IActiveDirectoryUser)
派生
実装

プロパティ

Inner

AD ユーザー管理 API へのエントリ ポイント。

(継承元 IHasInner<T>)
Manager

このリソースの種類のマネージャー クライアントの種類を取得します。

(継承元 IHasManager<ManagerT>)

メソッド

Define(String)

AD ユーザー管理 API へのエントリ ポイント。

(継承元 ISupportsCreating<T>)
DeleteById(String)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
DeleteByIdAsync(String, CancellationToken)

Azure からリソースを削除し、そのリソース ID で識別します。

(継承元 ISupportsDeletingById)
GetById(String)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByIdAsync(String, CancellationToken)

リソース ID に基づいて、Azure からリソースに関する情報を取得します。

(継承元 ISupportsGettingById<T>)
GetByName(String)

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

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

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

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

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

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

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

(継承元 ISupportsListing<T>)

適用対象