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