public static interface RedisCache.DefinitionStages.WithCreate extends com.microsoft.azure.management.resources.fluentcore.model.Creatable<RedisCache>, com.microsoft.azure.management.resources.fluentcore.arm.models.Resource.DefinitionWithTags<RedisCache.DefinitionStages.WithCreate>
| Modifier and Type | Method and Description |
|---|---|
RedisCache.DefinitionStages.WithCreate |
withNonSslPort()
Enables non-ssl Redis server port (6379).
|
RedisCache.DefinitionStages.WithCreate |
withRedisConfiguration(Map<String,String> redisConfiguration)
All Redis Settings.
|
RedisCache.DefinitionStages.WithCreate |
withRedisConfiguration(String key,
String value)
Specifies Redis Setting.
|
RedisCache.DefinitionStages.WithCreate |
withStaticIP(String staticIP)
Sets Redis Cache static IP.
|
RedisCache.DefinitionStages.WithCreate |
withSubnet(com.microsoft.azure.management.resources.fluentcore.arm.models.HasId network,
String subnetName)
Assigns the specified subnet to this instance of Redis Cache.
|
create, createAsync, createAsynckeyRedisCache.DefinitionStages.WithCreate withNonSslPort()
RedisCache.DefinitionStages.WithCreate withRedisConfiguration(Map<String,String> redisConfiguration)
redisConfiguration - configuration of Redis Cache as a map indexed by configuration nameRedisCache.DefinitionStages.WithCreate withRedisConfiguration(String key, String value)
key - Redis configuration name.value - Redis configuration value.RedisCache.DefinitionStages.WithCreate withSubnet(com.microsoft.azure.management.resources.fluentcore.arm.models.HasId network, String subnetName)
network - instance of Network object.subnetName - the name of the subnet.RedisCache.DefinitionStages.WithCreate withStaticIP(String staticIP)
staticIP - the static IP value to set./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/