Sku Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.Sku

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:

the capacity value.

getName

public String getName()

Get the name property: The SKU name.

Returns:

the name value.

getTier

public String getTier()

Get the tier property: The service tier.

Returns:

the tier value.

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:

capacity - the capacity value to set.

Returns:

the Sku object itself.

setName

public Sku setName(String name)

Set the name property: The SKU name.

Parameters:

name - the name value to set.

Returns:

the Sku object itself.

setTier

public Sku setTier(String tier)

Set the tier property: The service tier.

Parameters:

tier - the tier value to set.

Returns:

the Sku object itself.

Applies to