MsGraphGroupsAndUsersClient.GetGroupPropertiesAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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