Class ConfigurationListResult

java.lang.Object
com.azure.resourcemanager.advisor.models.ConfigurationListResult

public final class ConfigurationListResult extends Object
The list of Advisor configurations.
  • Constructor Details

    • ConfigurationListResult

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

    • value

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

      public ConfigurationListResult withValue(List<ConfigDataInner> value)
      Set the value property: The list of configurations.
      Parameters:
      value - the value value to set.
      Returns:
      the ConfigurationListResult object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: The link used to get the next page of configurations.
      Returns:
      the nextLink value.
    • withNextLink

      public ConfigurationListResult withNextLink(String nextLink)
      Set the nextLink property: The link used to get the next page of configurations.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the ConfigurationListResult object itself.
    • validate

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