Sku Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. Sku
- com.
public final class Sku
Sku
SQL pool SKU.
Constructor Summary
Constructor | Description |
---|---|
Sku() |
Creates an instance of Sku class. |
Method Summary
Modifier and Type | Method and Description |
---|---|
Integer |
getCapacity()
Get the capacity property: If the SKU supports scale out/in then the capacity integer should be included. |
String |
getName()
Get the name property: The SKU name. |
String |
getTier()
Get the tier property: The service tier. |
Sku |
setCapacity(Integer capacity)
Set the capacity property: If the SKU supports scale out/in then the capacity integer should be included. |
Sku |
setName(String name)
Set the name property: The SKU name. |
Sku |
setTier(String tier)
Set the tier property: The service tier. |
Methods inherited from java.lang.Object
Constructor Details
Sku
public Sku()
Creates an instance of Sku class.
Method Details
getCapacity
public Integer getCapacity()
Get the capacity property: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
Returns:
getName
public String getName()
Get the name property: The SKU name.
Returns:
getTier
public String getTier()
Get the tier property: The service tier.
Returns:
setCapacity
public Sku setCapacity(Integer capacity)
Set the capacity property: If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted.
Parameters:
Returns:
setName
public Sku setName(String name)
Set the name property: The SKU name.
Parameters:
Returns:
setTier
public Sku setTier(String tier)
Set the tier property: The service tier.
Parameters:
Returns:
Applies to
Azure SDK for Java