java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appcontainers.models.BillingMeter

public final class BillingMeter extends com.azure.core.management.ProxyResource
A premium billing meter.
  • Constructor Details

    • BillingMeter

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

    • location

      public String location()
      Get the location property: Region for the billing meter.
      Returns:
      the location value.
    • withLocation

      public BillingMeter withLocation(String location)
      Set the location property: Region for the billing meter.
      Parameters:
      location - the location value to set.
      Returns:
      the BillingMeter object itself.
    • properties

      public BillingMeterProperties properties()
      Get the properties property: Revision resource specific properties.
      Returns:
      the properties value.
    • withProperties

      public BillingMeter withProperties(BillingMeterProperties properties)
      Set the properties property: Revision resource specific properties.
      Parameters:
      properties - the properties value to set.
      Returns:
      the BillingMeter object itself.
    • systemData

      public com.azure.core.management.SystemData systemData()
      Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.
      Returns:
      the systemData value.
    • validate

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