Class ExpandMsixImageList

java.lang.Object
com.azure.resourcemanager.desktopvirtualization.models.ExpandMsixImageList

public final class ExpandMsixImageList extends Object
ExpandMsixImageList List of MSIX package properties retrieved from MSIX Image expansion.
  • Constructor Details

    • ExpandMsixImageList

      public ExpandMsixImageList()
  • Method Details

    • value

      public List<ExpandMsixImageInner> value()
      Get the value property: List of MSIX package properties from give MSIX Image.
      Returns:
      the value value.
    • withValue

      public ExpandMsixImageList withValue(List<ExpandMsixImageInner> value)
      Set the value property: List of MSIX package properties from give MSIX Image.
      Parameters:
      value - the value value to set.
      Returns:
      the ExpandMsixImageList object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: Link to the next page of results.
      Returns:
      the nextLink value.
    • validate

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