| Package | Description |
|---|---|
| com.azure.resourcemanager.redis.models |
Package containing the data models for RedisManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static SkuFamily |
SkuFamily.C
Static value C for SkuFamily.
|
static SkuFamily |
SkuFamily.P
Static value P for SkuFamily.
|
| Modifier and Type | Method and Description |
|---|---|
SkuFamily |
Sku.family()
Get the family property: The SKU family to use.
|
static SkuFamily |
SkuFamily.fromString(String name)
Creates or finds a SkuFamily from its string representation.
|
| Modifier and Type | Method and Description |
|---|---|
Sku |
Sku.withFamily(SkuFamily family)
Set the family property: The SKU family to use.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.