Class BestPracticeList

java.lang.Object
com.azure.resourcemanager.automanage.models.BestPracticeList

public final class BestPracticeList extends Object
The response of the list best practice operation.
  • Constructor Details

    • BestPracticeList

      public BestPracticeList()
  • Method Details

    • value

      public List<BestPracticeInner> value()
      Get the value property: Result of the list best practice operation.
      Returns:
      the value value.
    • withValue

      public BestPracticeList withValue(List<BestPracticeInner> value)
      Set the value property: Result of the list best practice operation.
      Parameters:
      value - the value value to set.
      Returns:
      the BestPracticeList object itself.
    • validate

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