Example #1
0
 /// <summary>
 /// Gets a list of integration service environments by resource group.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroup'>
 /// The resource group.
 /// </param>
 /// <param name='top'>
 /// The number of items to be included in the result.
 /// </param>
 public static IPage <IntegrationServiceEnvironment> ListByResourceGroup(this IIntegrationServiceEnvironmentsOperations operations, string resourceGroup, int?top = default(int?))
 {
     return(operations.ListByResourceGroupAsync(resourceGroup, top).GetAwaiter().GetResult());
 }