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