Sku Class

  • java.lang.Object
    • com.microsoft.azure.management.resources.Sku

public class Sku

SKU for the resource.

Method Summary

Modifier and Type Method and Description
Integer capacity()

Get the capacity value.

String family()

Get the family value.

String model()

Get the model value.

String name()

Get the name value.

String size()

Get the size value.

String tier()

Get the tier value.

Sku withCapacity(Integer capacity)

Set the capacity value.

Sku withFamily(String family)

Set the family value.

Sku withModel(String model)

Set the model value.

Sku withName(String name)

Set the name value.

Sku withSize(String size)

Set the size value.

Sku withTier(String tier)

Set the tier value.

Method Details

capacity

public Integer capacity()

Get the capacity value.

Returns:

the capacity value

family

public String family()

Get the family value.

Returns:

the family value

model

public String model()

Get the model value.

Returns:

the model value

name

public String name()

Get the name value.

Returns:

the name value

size

public String size()

Get the size value.

Returns:

the size value

tier

public String tier()

Get the tier value.

Returns:

the tier value

withCapacity

public Sku withCapacity(Integer capacity)

Set the capacity value.

Parameters:

capacity - the capacity value to set

Returns:

the Sku object itself.

withFamily

public Sku withFamily(String family)

Set the family value.

Parameters:

family - the family value to set

Returns:

the Sku object itself.

withModel

public Sku withModel(String model)

Set the model value.

Parameters:

model - the model value to set

Returns:

the Sku object itself.

withName

public Sku withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the Sku object itself.

withSize

public Sku withSize(String size)

Set the size value.

Parameters:

size - the size value to set

Returns:

the Sku object itself.

withTier

public Sku withTier(String tier)

Set the tier value.

Parameters:

tier - the tier value to set

Returns:

the Sku object itself.

Applies to