Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
BeginCreateWithHttpMessagesAsync(String, String, RedisCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Create or replace (overwrite/recreate, with potential downtime) an
existing Redis cache.
|
BeginDeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a Redis cache.
|
BeginExportDataWithHttpMessagesAsync(String, String, ExportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Export data from the redis cache to blobs in a container.
|
BeginImportDataWithHttpMessagesAsync(String, String, ImportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Import data into Redis cache.
|
CreateWithHttpMessagesAsync(String, String, RedisCreateParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Create or replace (overwrite/recreate, with potential downtime) an
existing Redis cache.
|
DeleteWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Deletes a Redis cache.
|
ExportDataWithHttpMessagesAsync(String, String, ExportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Export data from the redis cache to blobs in a container.
|
ForceRebootWithHttpMessagesAsync(String, String, RedisRebootParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Reboot specified Redis node(s). This operation requires write
permission to the cache resource. There can be potential data loss.
|
GetWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Gets a Redis cache (resource description).
|
ImportDataWithHttpMessagesAsync(String, String, ImportRDBParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Import data into Redis cache.
|
ListByResourceGroupNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all Redis caches in a resource group.
|
ListByResourceGroupWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Lists all Redis caches in a resource group.
|
ListKeysWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)
|
Retrieve a Redis cache's access keys. This operation requires write
permission to the cache resource.
|
ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)
|
Gets all Redis caches in the specified subscription.
|
ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)
|
Gets all Redis caches in the specified subscription.
|
RegenerateKeyWithHttpMessagesAsync(String, String, RedisKeyType, Dictionary<String,List<String>>, CancellationToken)
|
Regenerate Redis cache's access keys. This operation requires write
permission to the cache resource.
|
UpdateWithHttpMessagesAsync(String, String, RedisUpdateParametersInner, Dictionary<String,List<String>>, CancellationToken)
|
Update an existing Redis cache.
|
BeginCreateAsync(IRedisOperations, String, String, RedisCreateParametersInner, CancellationToken)
|
Create or replace (overwrite/recreate, with potential downtime) an existing
Redis cache.
|
BeginDeleteAsync(IRedisOperations, String, String, CancellationToken)
|
Deletes a Redis cache.
|
BeginExportDataAsync(IRedisOperations, String, String, ExportRDBParametersInner, CancellationToken)
|
Export data from the redis cache to blobs in a container.
|
BeginImportDataAsync(IRedisOperations, String, String, ImportRDBParametersInner, CancellationToken)
|
Import data into Redis cache.
|
CreateAsync(IRedisOperations, String, String, RedisCreateParametersInner, CancellationToken)
|
Create or replace (overwrite/recreate, with potential downtime) an existing
Redis cache.
|
DeleteAsync(IRedisOperations, String, String, CancellationToken)
|
Deletes a Redis cache.
|
ExportDataAsync(IRedisOperations, String, String, ExportRDBParametersInner, CancellationToken)
|
Export data from the redis cache to blobs in a container.
|
ForceRebootAsync(IRedisOperations, String, String, RedisRebootParametersInner, CancellationToken)
|
Reboot specified Redis node(s). This operation requires write permission to
the cache resource. There can be potential data loss.
|
GetAsync(IRedisOperations, String, String, CancellationToken)
|
Gets a Redis cache (resource description).
|
ImportDataAsync(IRedisOperations, String, String, ImportRDBParametersInner, CancellationToken)
|
Import data into Redis cache.
|
ListAsync(IRedisOperations, CancellationToken)
|
Gets all Redis caches in the specified subscription.
|
ListByResourceGroupAsync(IRedisOperations, String, CancellationToken)
|
Lists all Redis caches in a resource group.
|
ListByResourceGroupNextAsync(IRedisOperations, String, CancellationToken)
|
Lists all Redis caches in a resource group.
|
ListKeysAsync(IRedisOperations, String, String, CancellationToken)
|
Retrieve a Redis cache's access keys. This operation requires write
permission to the cache resource.
|
ListNextAsync(IRedisOperations, String, CancellationToken)
|
Gets all Redis caches in the specified subscription.
|
RegenerateKeyAsync(IRedisOperations, String, String, RedisKeyType, CancellationToken)
|
Regenerate Redis cache's access keys. This operation requires write
permission to the cache resource.
|
UpdateAsync(IRedisOperations, String, String, RedisUpdateParametersInner, CancellationToken)
|
Update an existing Redis cache.
|