Class InstanceSku
- java.lang.Object
-
- com.azure.resourcemanager.compute.models.InstanceSku
-
public final class InstanceSku extends Object
The InstanceSku model.
-
-
Constructor Summary
Constructors Constructor Description InstanceSku()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringname()Get the name property: The sku name.Stringtier()Get the tier property: The tier of the cloud service role instance.voidvalidate()Validates the instance.
-
-
-
Method Detail
-
name
public String name()
Get the name property: The sku name.- Returns:
- the name value.
-
tier
public String tier()
Get the tier property: The tier of the cloud service role instance.- Returns:
- the tier value.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-