Package | Description |
---|---|
com.microsoft.azure.management.redis |
This package contains the classes 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 value.
|
static SkuFamily |
SkuFamily.fromString(String name)
Creates or finds a SkuFamily from its string representation.
|
Modifier and Type | Method and Description |
---|---|
static Collection<SkuFamily> |
SkuFamily.values() |
Modifier and Type | Method and Description |
---|---|
Sku |
Sku.withFamily(SkuFamily family)
Set the family value.
|
Copyright © 2019. All rights reserved.