Office365GroupsClient.ListDeletedGroupsAsync(CancellationToken) 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 deleted groups
public virtual Azure.AsyncPageable<System.Text.Json.JsonElement?> ListDeletedGroupsAsync(System.Threading.CancellationToken cancellationToken = default);
abstract member ListDeletedGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Nullable<System.Text.Json.JsonElement>>
override this.ListDeletedGroupsAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Nullable<System.Text.Json.JsonElement>>
Public Overridable Function ListDeletedGroupsAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of Nullable(Of JsonElement))
Parameters
- cancellationToken
- CancellationToken
Cancellation token.
Returns
An async enumerable of JsonElement items across all pages.
Remarks
Lists deleted groups that can be restored.