Esempio n. 1
0
 /// <summary>
 /// Export data from the redis cache to blobs in a container.
 /// </summary>
 /// <param name='operations'>
 /// The operations group for this extension method.
 /// </param>
 /// <param name='resourceGroupName'>
 /// The name of the resource group.
 /// </param>
 /// <param name='name'>
 /// The name of the Redis cache.
 /// </param>
 /// <param name='parameters'>
 /// Parameters for Redis export operation.
 /// </param>
 public static void ExportData(this IRedisOperations operations, string resourceGroupName, string name, ExportRDBParameters parameters)
 {
     operations.ExportDataAsync(resourceGroupName, name, parameters).GetAwaiter().GetResult();
 }