Sku Class

  • java.lang.Object
    • com.azure.resourcemanager.machinelearningservices.models.Sku

public final class Sku

Sku of the resource.

Constructor Summary

Constructor Description
Sku()

Method Summary

Modifier and Type Method and Description
String name()

Get the name property: Name of the sku.

String tier()

Get the tier property: Tier of the sku like Basic or Enterprise.

void validate()

Validates the instance.

Sku withName(String name)

Set the name property: Name of the sku.

Sku withTier(String tier)

Set the tier property: Tier of the sku like Basic or Enterprise.

Methods inherited from java.lang.Object

Constructor Details

Sku

public Sku()

Method Details

name

public String name()

Get the name property: Name of the sku.

Returns:

the name value.

tier

public String tier()

Get the tier property: Tier of the sku like Basic or Enterprise.

Returns:

the tier value.

validate

public void validate()

Validates the instance.

withName

public Sku withName(String name)

Set the name property: Name of the sku.

Parameters:

name - the name value to set.

Returns:

the Sku object itself.

withTier

public Sku withTier(String tier)

Set the tier property: Tier of the sku like Basic or Enterprise.

Parameters:

tier - the tier value to set.

Returns:

the Sku object itself.

Applies to