| Modifier and Type | Method and Description |
|---|---|
Sku |
RedisCache.sku() |
Sku |
RedisCreateParameters.sku()
Get the sku value.
|
Sku |
RedisUpdateParameters.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 |
|---|---|
RedisCreateParameters |
RedisCreateParameters.withSku(Sku sku)
Set the sku value.
|
RedisUpdateParameters |
RedisUpdateParameters.withSku(Sku sku)
Set the sku value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/