/// <summary>
 /// Update a list of configurations in a given server.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group. The name is case insensitive.
 /// </param>
 /// <param name='serverName'>
 /// The name of the server.
 /// </param>
 /// <param name='parameters'>
 /// The parameters for updating a list of server configuration.
 /// </param>
 public static ConfigurationListResult BeginBatchUpdate(this IConfigurationsOperations operations, string resourceGroupName, string serverName, ConfigurationListForBatchUpdate parameters)
 {
     return(operations.BeginBatchUpdateAsync(resourceGroupName, serverName, parameters).GetAwaiter().GetResult());
 }