예제 #1
0
 /// <summary>
 /// Deletes the specified datasource from the specified gateway.
 /// </summary>
 /// <remarks>
 /// &lt;br/&gt;**Required scope**: Dataset.ReadWrite.All &lt;br/&gt;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>
 /// <param name='datasourceId'>
 /// The datasource id
 /// </param>
 public static object DeleteDatasource(this IGateways operations, string gatewayId, string datasourceId)
 {
     return(operations.DeleteDatasourceAsync(gatewayId, datasourceId).GetAwaiter().GetResult());
 }