Class OSOptionPropertyList

java.lang.Object
com.azure.resourcemanager.containerservice.fluent.models.OSOptionPropertyList

public final class OSOptionPropertyList extends Object
The list of OS option properties.
  • Constructor Details

    • OSOptionPropertyList

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

    • osOptionPropertyList

      public List<OSOptionProperty> osOptionPropertyList()
      Get the osOptionPropertyList property: The list of OS options.
      Returns:
      the osOptionPropertyList value.
    • withOsOptionPropertyList

      public OSOptionPropertyList withOsOptionPropertyList(List<OSOptionProperty> osOptionPropertyList)
      Set the osOptionPropertyList property: The list of OS options.
      Parameters:
      osOptionPropertyList - the osOptionPropertyList value to set.
      Returns:
      the OSOptionPropertyList object itself.
    • validate

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