MsGraphGroupsAndUsersClient.GetGroupPropertiesAsync Method

Definition

Get Group Properties

public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetGroupPropertiesResponse> GetGroupPropertiesAsync(string objectIdOfTheMicrosoftEntraIdGroup, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGroupPropertiesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetGroupPropertiesResponse>
override this.GetGroupPropertiesAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.MsGraphGroupsAndUsers.Models.GetGroupPropertiesResponse>
Public Overridable Function GetGroupPropertiesAsync (objectIdOfTheMicrosoftEntraIdGroup As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of GetGroupPropertiesResponse)

Parameters

objectIdOfTheMicrosoftEntraIdGroup
String

Object ID of the Microsoft Entra ID group

cancellationToken
CancellationToken

Cancellation token.

Returns

The Get Group Properties response.

Remarks

Retrieve properties and relationships of an Microsoft Entra ID group

Applies to