Sku Class
- java.
lang. Object - com.
azure. resourcemanager. machinelearningservices. models. Sku
- com.
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:
tier
public String tier()
Get the tier property: Tier of the sku like Basic or Enterprise.
Returns:
validate
public void validate()
Validates the instance.
withName
public Sku withName(String name)
Set the name property: Name of the sku.
Parameters:
Returns:
withTier
public Sku withTier(String tier)
Set the tier property: Tier of the sku like Basic or Enterprise.
Parameters:
Returns:
Applies to
Azure SDK for Java