java.lang.Object
com.azure.resourcemanager.hybridcontainerservice.fluent.models.VMSkuListResultInner

public final class VMSkuListResultInner extends Object
The list of supported VM SKUs.
  • Constructor Details

    • VMSkuListResultInner

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

    • vmSKUs

      public List<String> vmSKUs()
      Get the vmSKUs property: Supported VM SKUs.
      Returns:
      the vmSKUs value.
    • id

      public String id()
      Get the id property: Resource Id.
      Returns:
      the id value.
    • name

      public String name()
      Get the name property: Resource Name.
      Returns:
      the name value.
    • type

      public String type()
      Get the type property: Resource Type.
      Returns:
      the type value.
    • validate

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