Share via


GroupsOperationsExtensions.GetAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup> GetAsync (this Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations operations, string objectId, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Graph.RBAC.Version1_6.IGroupsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Graph.RBAC.Version1_6.Models.ADGroup>
<Extension()>
Public Function GetAsync (operations As IGroupsOperations, objectId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ADGroup)

Parameters

operations
IGroupsOperations
objectId
String
cancellationToken
CancellationToken

Returns

Applies to