/// <summary>
 /// Delete all Datastores.
 /// </summary>
 /// <remarks>
 /// Delete all Datastores in the workspace.
 /// </remarks>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='subscriptionId'>
 /// The Azure Subscription ID.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The Name of the resource group in which the workspace is located.
 /// </param>
 /// <param name='workspaceName'>
 /// The name of the workspace.
 /// </param>
 public static void DeleteAll(this IDataStoresOperations operations, System.Guid subscriptionId, string resourceGroupName, string workspaceName)
 {
     operations.DeleteAllAsync(subscriptionId, resourceGroupName, workspaceName).GetAwaiter().GetResult();
 }