| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.fluent.models |
Package containing the inner data models for RedisManagementClient.
|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RedisPropertiesInner
Properties of the redis cache.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCreateProperties |
RedisCreateProperties.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisCreateProperties |
RedisCreateProperties.withStaticIp(String staticIp)
Set the staticIp property: Static IP address.
|
RedisCreateProperties |
RedisCreateProperties.withSubnetId(String subnetId)
Set the subnetId property: The full resource ID of a subnet in a virtual network to deploy the Redis cache in.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.