Class PricingListInner

java.lang.Object
com.azure.resourcemanager.security.fluent.models.PricingListInner

public final class PricingListInner extends Object
List of pricing configurations response.
  • Constructor Details

    • PricingListInner

      public PricingListInner()
  • Method Details

    • value

      public List<PricingInner> value()
      Get the value property: List of pricing configurations.
      Returns:
      the value value.
    • withValue

      public PricingListInner withValue(List<PricingInner> value)
      Set the value property: List of pricing configurations.
      Parameters:
      value - the value value to set.
      Returns:
      the PricingListInner object itself.
    • validate

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