Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes for RedisManagementClient.
|
Modifier and Type | Method and Description |
---|---|
Sku |
RedisCache.sku() |
Sku |
RedisUpdateParameters.sku()
Get the sku value.
|
Sku |
RedisCreateParameters.sku()
Get the sku value.
|
Sku |
Sku.withCapacity(int capacity)
Set the capacity value.
|
Sku |
Sku.withFamily(SkuFamily family)
Set the family value.
|
Sku |
Sku.withName(SkuName name)
Set the name value.
|
Modifier and Type | Method and Description |
---|---|
RedisUpdateParameters |
RedisUpdateParameters.withSku(Sku sku)
Set the sku value.
|
RedisCreateParameters |
RedisCreateParameters.withSku(Sku sku)
Set the sku value.
|
Copyright © 2019. All rights reserved.