public interface RedisCachePremium extends RedisCache
RedisCache.Definition, RedisCache.DefinitionStages, RedisCache.Update, RedisCache.UpdateStagescom.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithRegion<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<T>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.UpdateWithTags<T>| Modifier and Type | Method and Description |
|---|---|
void |
deletePatchSchedule()
Deletes the patching schedule for Redis Cache.
|
void |
exportData(String containerSASUrl,
String prefix)
Export data from Redis Cache.
|
void |
exportData(String containerSASUrl,
String prefix,
String fileFormat)
Export data from Redis Cache.
|
void |
forceReboot(RebootType rebootType)
Reboot specified Redis node(s).
|
void |
forceReboot(RebootType rebootType,
int shardId)
Reboot specified Redis node(s).
|
void |
importData(List<String> files)
Import data into Redis Cache.
|
void |
importData(List<String> files,
String fileFormat)
Import data into Redis Cache.
|
List<ScheduleEntry> |
listPatchSchedules()
Gets the patching schedule for Redis Cache.
|
asPremium, getKeys, hostName, isPremium, keys, nonSslPort, port, provisioningState, redisConfiguration, redisVersion, refreshKeys, regenerateKey, shardCount, sku, sslPort, staticIP, subnetIdregion, regionName, tags, typekeyidnameresourceGroupNamemanagerinnervoid forceReboot(RebootType rebootType, int shardId)
rebootType - specifies which Redis node(s) to reboot. Depending on this value data loss is
possible. Possible values include: 'PrimaryNode', 'SecondaryNode', 'AllNodes'.shardId - In case of cluster cache, this specifies shard id which should be rebooted.void forceReboot(RebootType rebootType)
rebootType - specifies which Redis node(s) to reboot. Depending on this value data loss is
possible. Possible values include: 'PrimaryNode', 'SecondaryNode', 'AllNodes'.void importData(List<String> files, String fileFormat)
files - files to import.fileFormat - specifies file format.void importData(List<String> files)
files - files to import.void exportData(String containerSASUrl, String prefix)
containerSASUrl - container name to export to.prefix - prefix to use for exported files.void exportData(String containerSASUrl, String prefix, String fileFormat)
containerSASUrl - container name to export to.prefix - prefix to use for exported files.fileFormat - specifies file format.List<ScheduleEntry> listPatchSchedules()
void deletePatchSchedule()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/