GroupsExtensions.RestoreDeletedGroupAsAdminAsync 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.
public static System.Threading.Tasks.Task<object> RestoreDeletedGroupAsAdminAsync (this Microsoft.PowerBI.Api.V2.IGroups operations, string groupId, Microsoft.PowerBI.Api.V2.Models.GroupRestoreRequest groupRestoreRequest, System.Threading.CancellationToken cancellationToken = default);
static member RestoreDeletedGroupAsAdminAsync : Microsoft.PowerBI.Api.V2.IGroups * string * Microsoft.PowerBI.Api.V2.Models.GroupRestoreRequest * System.Threading.CancellationToken -> System.Threading.Tasks.Task<obj>
<Extension()>
Public Function RestoreDeletedGroupAsAdminAsync (operations As IGroups, groupId As String, groupRestoreRequest As GroupRestoreRequest, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Object)
Parameters
- operations
- IGroups
- groupId
- System.String
- groupRestoreRequest
- GroupRestoreRequest
- cancellationToken
- System.Threading.CancellationToken
Returns
- System.Threading.Tasks.Task<System.Object>