/// <summary>
 /// Gets the web services in the specified resource group.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// Name of the resource group in which the web service is located.
 /// </param>
 /// <param name='skiptoken'>
 /// Continuation token for pagination.
 /// </param>
 public static IPage <WebService> ListByResourceGroup(this IWebServicesOperations operations, string resourceGroupName, string skiptoken = default(string))
 {
     return(operations.ListByResourceGroupAsync(resourceGroupName, skiptoken).GetAwaiter().GetResult());
 }