Class Sku
java.lang.Object
com.microsoft.azure.management.resources.Sku
SKU for the resource.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncapacity()
Get the SKU capacity.family()
Get the SKU family.model()
Get the SKU model.name()
Get the SKU name.size()
Get the SKU size.tier()
Get the SKU tier.withCapacity
(Integer capacity) Set the SKU capacity.withFamily
(String family) Set the SKU family.Set the SKU model.Set the SKU name.Set the SKU size.Set the SKU tier.
-
Constructor Details
-
Sku
public Sku()
-
-
Method Details
-
name
Get the SKU name.- Returns:
- the name value
-
withName
Set the SKU name.- Parameters:
name
- the name value to set- Returns:
- the Sku object itself.
-
tier
Get the SKU tier.- Returns:
- the tier value
-
withTier
Set the SKU tier.- Parameters:
tier
- the tier value to set- Returns:
- the Sku object itself.
-
size
Get the SKU size.- Returns:
- the size value
-
withSize
Set the SKU size.- Parameters:
size
- the size value to set- Returns:
- the Sku object itself.
-
family
Get the SKU family.- Returns:
- the family value
-
withFamily
Set the SKU family.- Parameters:
family
- the family value to set- Returns:
- the Sku object itself.
-
model
Get the SKU model.- Returns:
- the model value
-
withModel
Set the SKU model.- Parameters:
model
- the model value to set- Returns:
- the Sku object itself.
-
capacity
Get the SKU capacity.- Returns:
- the capacity value
-
withCapacity
Set the SKU capacity.- Parameters:
capacity
- the capacity value to set- Returns:
- the Sku object itself.
-