RedisCache.DefinitionStages.WithPremiumSkuCreate 接口
定义
A Redis Cache definition with Premium Sku specific functionality.
public interface WithPremiumSkuCreate extends RedisCache.DefinitionStages.WithCreate
继承成员
Creatable<T>.create()
Creatable<T>.createAsync(final ServiceCallback<T> callback)
Creatable<T>.createAsync()
Indexable.key()
HasName.name()
RedisCache.DefinitionStages.WithCreate.withNonSslPort()
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(Map<String, String> redisConfiguration)
RedisCache.DefinitionStages.WithCreate.withRedisConfiguration(String key, String value)
RedisCache.DefinitionStages.WithCreate.withStaticIP(String staticIP)
RedisCache.DefinitionStages.WithCreate.withSubnet(HasId network, String subnetName)
Resource.DefinitionWithTags<T>.withTag(String key, String value)
Resource.DefinitionWithTags<T>.withTags(Map<String, String> tags)
方法
withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(DayOfWeek dayOfWeek, int startHourUtc, Period maintenanceWindow) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(List<ScheduleEntry> scheduleEntry) |
Patch schedule on a Premium Cluster Cache. |
withPatchSchedule(ScheduleEntry scheduleEntry) |
Patch schedule on a Premium Cluster Cache. |
withShardCount(int shardCount) |
The number of shards to be created on a Premium Cluster Cache. |