Class OSFamilyProperties

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

public final class OSFamilyProperties extends Object
OS family properties.
  • Constructor Details

    • OSFamilyProperties

      public OSFamilyProperties()
  • Method Details

    • name

      public String name()
      Get the name property: The OS family name.
      Returns:
      the name value.
    • label

      public String label()
      Get the label property: The OS family label.
      Returns:
      the label value.
    • versions

      public List<OSVersionPropertiesBase> versions()
      Get the versions property: List of OS versions belonging to this family.
      Returns:
      the versions value.
    • validate

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