Class ApplianceListResult

java.lang.Object
com.azure.resourcemanager.resourceconnector.models.ApplianceListResult

public final class ApplianceListResult extends Object
The List Appliances operation response.
  • Constructor Details

    • ApplianceListResult

      public ApplianceListResult()
  • Method Details

    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to use for getting the next set of results.
      Returns:
      the nextLink value.
    • value

      public List<ApplianceInner> value()
      Get the value property: The list of Appliances.
      Returns:
      the value value.
    • validate

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