/// <summary>
 /// Get all Tap configurations in a network interface
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='networkInterfaceName'>
 /// The name of the network interface.
 /// </param>
 public static IPage <NetworkInterfaceTapConfiguration> List(this INetworkInterfaceTapConfigurationsOperations operations, string resourceGroupName, string networkInterfaceName)
 {
     return(operations.ListAsync(resourceGroupName, networkInterfaceName).GetAwaiter().GetResult());
 }