/// <summary>
 /// Starts a Kusto cluster.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group containing the Kusto cluster.
 /// </param>
 /// <param name='clusterName'>
 /// The name of the Kusto cluster.
 /// </param>
 public static void BeginStart(this IClustersOperations operations, string resourceGroupName, string clusterName)
 {
     operations.BeginStartAsync(resourceGroupName, clusterName).GetAwaiter().GetResult();
 }