SkuFamily Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. redis. models. SkuFamily
- com.
- com.
public final class SkuFamily
extends ExpandableStringEnum<SkuFamily>
The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Sku |
C
Static value C for Sku |
static final
Sku |
P
Static value P for Sku |
Constructor Summary
Constructor | Description |
---|---|
SkuFamily() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Sku |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Sku |
fromString(String name)
Creates or finds a Sku |
static
Collection<Sku |
values()
Gets known Sku |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
C
public static final SkuFamily C
Static value C for SkuFamily.
P
public static final SkuFamily P
Static value P for SkuFamily.
Constructor Details
SkuFamily
@Deprecated
public SkuFamily()
Deprecated
Creates a new instance of SkuFamily value.
Method Details
fromString
public static SkuFamily fromString(String name)
Creates or finds a SkuFamily from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known SkuFamily values.
Returns:
Applies to
Azure SDK for Java