Ejemplo n.º 1
0
 /// <summary>
 /// Returns the specified refreshable for the specified capacity the user has
 /// access to
 /// </summary>
 /// <remarks>
 /// &lt;br/&gt;**Required scope**: Capacity.Read.All or Capacity.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='capacityId'>
 /// The capacity id
 /// </param>
 /// <param name='refreshableId'>
 /// The refreshable id
 /// </param>
 /// <param name='expand'>
 /// Expands related entities inline, receives a comma-separated list of data
 /// types. Supported: capacities and groups
 /// </param>
 /// <param name='cancellationToken'>
 /// The cancellation token.
 /// </param>
 public static async Task <Refreshables> GetRefreshableForCapacityAsync(this ICapacitiesOperations operations, System.Guid capacityId, string refreshableId, string expand = default(string), CancellationToken cancellationToken = default(CancellationToken))
 {
     using (var _result = await operations.GetRefreshableForCapacityWithHttpMessagesAsync(capacityId, refreshableId, expand, null, cancellationToken).ConfigureAwait(false))
     {
         return(_result.Body);
     }
 }