Office365GroupsClient.ListOwnedGroupsAsync 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.
List groups that I own and belong to
public virtual System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365Groups.Models.ListOwnedGroupsResponse> ListOwnedGroupsAsync(bool? extractSensitivityLabel = default, bool? sensitivityLabelMetadata = default, System.Threading.CancellationToken cancellationToken = default);
abstract member ListOwnedGroupsAsync : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365Groups.Models.ListOwnedGroupsResponse>
override this.ListOwnedGroupsAsync : Nullable<bool> * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Connectors.Sdk.Office365Groups.Models.ListOwnedGroupsResponse>
Public Overridable Function ListOwnedGroupsAsync (Optional extractSensitivityLabel As Nullable(Of Boolean) = Nothing, Optional sensitivityLabelMetadata As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ListOwnedGroupsResponse)
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
The List groups that I own and belong to response.
Remarks
This operation returns a list of all groups that you own and belong to.