SkuDescription Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. SkuDescription
- com.
public class SkuDescription
Description of a SKU for a scalable resource.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<CapabilityInner> |
capabilities()
Get the capabilities value. |
Integer |
capacity()
Get the capacity value. |
String |
family()
Get the family value. |
List<String> |
locations()
Get the locations value. |
String |
name()
Get the name value. |
String |
size()
Get the size value. |
Sku |
skuCapacity()
Get the skuCapacity value. |
String |
tier()
Get the tier value. |
Sku |
withCapabilities(List<CapabilityInner> capabilities)
Set the capabilities value. |
Sku |
withCapacity(Integer capacity)
Set the capacity value. |
Sku |
withFamily(String family)
Set the family value. |
Sku |
withLocations(List<String> locations)
Set the locations value. |
Sku |
withName(String name)
Set the name value. |
Sku |
withSize(String size)
Set the size value. |
Sku |
withSkuCapacity(SkuCapacity skuCapacity)
Set the skuCapacity value. |
Sku |
withTier(String tier)
Set the tier value. |
Method Details
capabilities
public List
Get the capabilities value.
Returns:
capacity
public Integer capacity()
Get the capacity value.
Returns:
family
public String family()
Get the family value.
Returns:
locations
public List
Get the locations value.
Returns:
name
public String name()
Get the name value.
Returns:
size
public String size()
Get the size value.
Returns:
skuCapacity
public SkuCapacity skuCapacity()
Get the skuCapacity value.
Returns:
tier
public String tier()
Get the tier value.
Returns:
withCapabilities
public SkuDescription withCapabilities(List
Set the capabilities value.
Parameters:
Returns:
withCapacity
public SkuDescription withCapacity(Integer capacity)
Set the capacity value.
Parameters:
Returns:
withFamily
public SkuDescription withFamily(String family)
Set the family value.
Parameters:
Returns:
withLocations
public SkuDescription withLocations(List
Set the locations value.
Parameters:
Returns:
withName
public SkuDescription withName(String name)
Set the name value.
Parameters:
Returns:
withSize
public SkuDescription withSize(String size)
Set the size value.
Parameters:
Returns:
withSkuCapacity
public SkuDescription withSkuCapacity(SkuCapacity skuCapacity)
Set the skuCapacity value.
Parameters:
Returns:
withTier
public SkuDescription withTier(String tier)
Set the tier value.
Parameters:
Returns:
Applies to
Azure SDK for Java