/// <summary> /// Gets the status of the assignment to capacity operation of the specified /// workspace. /// </summary> /// <remarks> /// **Note**: To perform this operation, the user must be admin on the /// specified workspace. <br/><br/>**Required scope**: /// Workspace.Read.All and Workspace.ReadWrite.All <br/>To set the /// permissions scope, see [Register an /// app](https://docs.microsoft.com/power-bi/developer/register-app). /// </remarks> /// <param name='operations'> /// The operations group for this extension method. /// </param> /// <param name='groupId'> /// The workspace id /// </param> public static WorkspaceCapacityAssignmentStatus CapacityAssignmentStatus(this IGroupsOperations operations, System.Guid groupId) { return(operations.CapacityAssignmentStatusAsync(groupId).GetAwaiter().GetResult()); }