Class ProviderInstanceListResult

java.lang.Object
com.azure.resourcemanager.workloads.models.ProviderInstanceListResult

public final class ProviderInstanceListResult extends Object
The response from the List provider instances operation.
  • Constructor Details

    • ProviderInstanceListResult

      public ProviderInstanceListResult()
  • Method Details

    • value

      public List<ProviderInstanceInner> value()
      Get the value property: The list of provider instances.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of provider instances.
      Parameters:
      value - the value value to set.
      Returns:
      the ProviderInstanceListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The URL to get the next set of provider instances.
      Returns:
      the nextLink value.
    • withNextLink

      public ProviderInstanceListResult withNextLink(String nextLink)
      Set the nextLink property: The URL to get the next set of provider instances.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ProviderInstanceListResult object itself.
    • validate

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