GroupsExtensions.RestoreDeletedGroupAsAdmin 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 object RestoreDeletedGroupAsAdmin (this Microsoft.PowerBI.Api.V2.IGroups operations, string groupId, Microsoft.PowerBI.Api.V2.Models.GroupRestoreRequest groupRestoreRequest);
static member RestoreDeletedGroupAsAdmin : Microsoft.PowerBI.Api.V2.IGroups * string * Microsoft.PowerBI.Api.V2.Models.GroupRestoreRequest -> obj
<Extension()>
Public Function RestoreDeletedGroupAsAdmin (operations As IGroups, groupId As String, groupRestoreRequest As GroupRestoreRequest) As Object
Parameters
- operations
- IGroups
- groupId
- System.String
- groupRestoreRequest
- GroupRestoreRequest
Returns
- System.Object