Uses of Class
com.azure.resourcemanager.appcontainers.models.BillingMeterProperties
Packages that use BillingMeterProperties
Package
Description
Package containing the data models for ContainerAppsApiClient.
-
Uses of BillingMeterProperties in com.azure.resourcemanager.appcontainers.models
Methods in com.azure.resourcemanager.appcontainers.models that return BillingMeterPropertiesModifier and TypeMethodDescriptionstatic BillingMeterPropertiesBillingMeterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BillingMeterProperties from the JsonReader.BillingMeter.properties()Get the properties property: Revision resource specific properties.BillingMeterProperties.withCategory(String category) Set the category property: Used to categorize billing meters.BillingMeterProperties.withDisplayName(String displayName) Set the displayName property: The everyday name of the billing meter.BillingMeterProperties.withMeterType(String meterType) Set the meterType property: Billing meter type.Methods in com.azure.resourcemanager.appcontainers.models with parameters of type BillingMeterPropertiesModifier and TypeMethodDescriptionBillingMeter.withProperties(BillingMeterProperties properties) Set the properties property: Revision resource specific properties.