Class SupportedSkuInner

java.lang.Object
com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner

public final class SupportedSkuInner extends Object
Describes a Batch supported SKU.
  • Constructor Details

    • SupportedSkuInner

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

    • name

      public String name()
      Get the name property: The name of the SKU.
      Returns:
      the name value.
    • familyName

      public String familyName()
      Get the familyName property: The family name of the SKU.
      Returns:
      the familyName value.
    • capabilities

      public List<SkuCapability> capabilities()
      Get the capabilities property: A collection of capabilities which this SKU supports.
      Returns:
      the capabilities value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.