次の方法で共有


GroupsOperationsExtensions.Get(IGroupsOperations, String) メソッド

定義

ディレクトリからグループ情報を取得します。

public static Microsoft.Azure.Graph.RBAC.Models.ADGroup Get (this Microsoft.Azure.Graph.RBAC.IGroupsOperations operations, string objectId);
static member Get : Microsoft.Azure.Graph.RBAC.IGroupsOperations * string -> Microsoft.Azure.Graph.RBAC.Models.ADGroup
<Extension()>
Public Function Get (operations As IGroupsOperations, objectId As String) As ADGroup

パラメーター

operations
IGroupsOperations

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

objectId
String

グループ情報を取得するユーザーのオブジェクト ID。

戻り値

適用対象