Sku Class
- java.
lang. Object - com.
microsoft. azure. management. resources. Sku
- com.
public class Sku
SKU for the resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
capacity()
Get the capacity value. |
String |
family()
Get the family value. |
String |
model()
Get the model value. |
String |
name()
Get the name value. |
String |
size()
Get the size value. |
String |
tier()
Get the tier value. |
Sku |
withCapacity(Integer capacity)
Set the capacity value. |
Sku |
withFamily(String family)
Set the family value. |
Sku |
withModel(String model)
Set the model value. |
Sku |
withName(String name)
Set the name value. |
Sku |
withSize(String size)
Set the size value. |
Sku |
withTier(String tier)
Set the tier value. |
Method Details
capacity
public Integer capacity()
Get the capacity value.
Returns:
family
public String family()
Get the family value.
Returns:
model
public String model()
Get the model value.
Returns:
name
public String name()
Get the name value.
Returns:
size
public String size()
Get the size value.
Returns:
tier
public String tier()
Get the tier value.
Returns:
withCapacity
public Sku withCapacity(Integer capacity)
Set the capacity value.
Parameters:
Returns:
withFamily
public Sku withFamily(String family)
Set the family value.
Parameters:
Returns:
withModel
public Sku withModel(String model)
Set the model value.
Parameters:
Returns:
withName
public Sku withName(String name)
Set the name value.
Parameters:
Returns:
withSize
public Sku withSize(String size)
Set the size value.
Parameters:
Returns:
withTier
public Sku withTier(String tier)
Set the tier value.
Parameters:
Returns:
Applies to
Azure SDK for Java