| 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 | Method and Description |
|---|---|
Sku |
RedisCreateProperties.sku()
Get the sku property: The SKU of the Redis cache to deploy.
|
Sku |
RedisResourceInner.sku()
Get the sku property: The SKU of the Redis cache to deploy.
|
Sku |
RedisUpdateProperties.sku()
Get the sku property: The SKU of the Redis cache to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
RedisCreateProperties |
RedisCreateProperties.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisResourceInner |
RedisResourceInner.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisUpdateProperties |
RedisUpdateProperties.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisPropertiesInner |
RedisPropertiesInner.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
RedisUpdateParameters.sku()
Get the sku property: The SKU of the Redis cache to deploy.
|
Sku |
RedisCreateParameters.sku()
Get the sku property: The SKU of the Redis cache to deploy.
|
Sku |
RedisCache.sku() |
Sku |
Sku.withCapacity(int capacity)
Set the capacity property: The size of the Redis cache to deploy.
|
Sku |
Sku.withFamily(SkuFamily family)
Set the family property: The SKU family to use.
|
Sku |
Sku.withName(SkuName name)
Set the name property: The type of Redis cache to deploy.
|
| Modifier and Type | Method and Description |
|---|---|
RedisUpdateParameters |
RedisUpdateParameters.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
RedisCreateParameters |
RedisCreateParameters.withSku(Sku sku)
Set the sku property: The SKU of the Redis cache to deploy.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.