次の方法で共有


ObjectsOperationsExtensions.GetObjectsByObjectIdsAsync メソッド

定義

オブジェクト ID の一覧で指定されたディレクトリ オブジェクトを取得します。 オプションの types パラメーターを指定して、どのリソース コレクション (ユーザーやグループなど) を検索するかを指定することもできます。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>> GetObjectsByObjectIdsAsync(this Microsoft.Azure.Graph.RBAC.IObjectsOperations operations, Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member GetObjectsByObjectIdsAsync : Microsoft.Azure.Graph.RBAC.IObjectsOperations * Microsoft.Azure.Graph.RBAC.Models.GetObjectsParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Graph.RBAC.Models.DirectoryObject>>
<Extension()>
Public Function GetObjectsByObjectIdsAsync (operations As IObjectsOperations, parameters As GetObjectsParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DirectoryObject))

パラメーター

operations
IObjectsOperations

この拡張メソッドの操作グループ。

parameters
GetObjectsParameters

パラメーターをフィルター処理するオブジェクト。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象