/// <summary> /// Returns a list of datasources from the specified gateway. /// </summary> /// <remarks> /// <br/>**Required scope**: Dataset.ReadWrite.All or Dataset.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='gatewayId'> /// The gateway id /// </param> public static GatewayDatasources GetDatasources(this IGatewaysOperations operations, System.Guid gatewayId) { return(operations.GetDatasourcesAsync(gatewayId).GetAwaiter().GetResult()); }