Class InstanceSku

java.lang.Object
com.azure.resourcemanager.compute.models.InstanceSku

public final class InstanceSku extends Object
The role instance SKU.
  • Constructor Details

    • InstanceSku

      public InstanceSku()
      Creates an instance of InstanceSku class.
  • Method Details

    • 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.