/// <summary> /// Returns a list of tiles within the specified dashboard from **"My /// Workspace"**. /// </summary> /// <remarks> /// **Note**: All tile types are supported except for "model tiles", which /// include datasets and live tiles that contain an entire report page. /// <br/><br/>**Required scope**: Dashboard.ReadWrite.All or /// Dashboard.Read.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='dashboardKey'> /// The dashboard id /// </param> public static ODataResponseListTile GetTiles(this IDashboards operations, string dashboardKey) { return(operations.GetTilesAsync(dashboardKey).GetAwaiter().GetResult()); }