Interface SupportedSku


public interface SupportedSku
An immutable client-side representation of SupportedSku.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the capabilities property: A collection of capabilities which this SKU supports.
    Gets the familyName property: The family name of the SKU.
    Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.
    Gets the name property: The name of the SKU.
  • Method Details

    • name

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

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

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

      SupportedSkuInner innerModel()
      Gets the inner com.azure.resourcemanager.batch.fluent.models.SupportedSkuInner object.
      Returns:
      the inner object.