Class Sku
java.lang.Object
com.microsoft.azure.management.redis.Sku
SKU parameters supplied to the create Redis operation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcapacity()Get the capacity value.family()Get the family value.name()Get the name value.withCapacity(int capacity) Set the capacity value.withFamily(SkuFamily family) Set the family value.Set the name value.
-
Constructor Details
-
Sku
public Sku()
-
-
Method Details
-
name
Get the name value.- Returns:
- the name value
-
withName
Set the name value.- Parameters:
name- the name value to set- Returns:
- the Sku object itself.
-
family
Get the family value.- Returns:
- the family value
-
withFamily
Set the family value.- Parameters:
family- the family value to set- Returns:
- the Sku object itself.
-
capacity
public int capacity()Get the capacity value.- Returns:
- the capacity value
-
withCapacity
Set the capacity value.- Parameters:
capacity- the capacity value to set- Returns:
- the Sku object itself.
-