Class RedisConfig
- java.lang.Object
-
- com.microsoft.azure.toolkit.redis.model.RedisConfig
-
@Deprecated public class RedisConfig extends Object
Deprecated.useRedisCacheDraftinstead.
-
-
Field Summary
Fields Modifier and Type Field Description private booleanenableNonSslPortDeprecated.private StringidDeprecated.private StringnameDeprecated.private PricingTierpricingTierDeprecated.private com.microsoft.azure.toolkit.lib.common.model.RegionregionDeprecated.private com.microsoft.azure.toolkit.lib.resource.ResourceGroupresourceGroupDeprecated.private com.microsoft.azure.toolkit.lib.common.model.SubscriptionsubscriptionDeprecated.
-
Constructor Summary
Constructors Constructor Description RedisConfig()Deprecated.
-
-
-
Field Detail
-
name
private String name
Deprecated.
-
id
private String id
Deprecated.
-
resourceGroup
private com.microsoft.azure.toolkit.lib.resource.ResourceGroup resourceGroup
Deprecated.
-
subscription
private com.microsoft.azure.toolkit.lib.common.model.Subscription subscription
Deprecated.
-
region
private com.microsoft.azure.toolkit.lib.common.model.Region region
Deprecated.
-
pricingTier
private PricingTier pricingTier
Deprecated.
-
enableNonSslPort
private boolean enableNonSslPort
Deprecated.
-
-