Class BillingMeterCollectionInner

java.lang.Object
com.azure.resourcemanager.appcontainers.fluent.models.BillingMeterCollectionInner

public final class BillingMeterCollectionInner extends Object
Collection of premium workload billing meters.
  • Constructor Details

    • BillingMeterCollectionInner

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

    • value

      public List<BillingMeter> value()
      Get the value property: Collection of billing meters.
      Returns:
      the value value.
    • withValue

      public BillingMeterCollectionInner withValue(List<BillingMeter> value)
      Set the value property: Collection of billing meters.
      Parameters:
      value - the value value to set.
      Returns:
      the BillingMeterCollectionInner object itself.
    • validate

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