Class MachineExtensionsListResult

java.lang.Object
com.azure.resourcemanager.connectedvmware.models.MachineExtensionsListResult

public final class MachineExtensionsListResult extends Object
Describes the Machine Extensions List Result.
  • Constructor Details

    • MachineExtensionsListResult

      public MachineExtensionsListResult()
  • Method Details

    • value

      public List<MachineExtensionInner> value()
      Get the value property: The list of extensions.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of extensions.
      Parameters:
      value - the value value to set.
      Returns:
      the MachineExtensionsListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.
      Returns:
      the nextLink value.
    • withNextLink

      public MachineExtensionsListResult withNextLink(String nextLink)
      Set the nextLink property: The uri to fetch the next page of machine extensions. Call ListNext() with this to fetch the next page of extensions.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the MachineExtensionsListResult object itself.
    • validate

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