Uses of Class
com.azure.resourcemanager.appservice.fluent.models.BillingMeterProperties
Packages that use BillingMeterProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of BillingMeterProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type BillingMeterPropertiesModifier and TypeClassDescriptionfinal classBillingMeter resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return BillingMeterPropertiesModifier and TypeMethodDescriptionstatic BillingMeterPropertiesBillingMeterProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BillingMeterProperties from the JsonReader.BillingMeterProperties.withBillingLocation(String billingLocation) Set the billingLocation property: Azure Location of billable resource.BillingMeterProperties.withFriendlyName(String friendlyName) Set the friendlyName property: Friendly name of the meter.BillingMeterProperties.withMeterId(String meterId) Set the meterId property: Meter GUID onboarded in Commerce.BillingMeterProperties.withMultiplier(Double multiplier) Set the multiplier property: Meter Multiplier.BillingMeterProperties.withOsType(String osType) Set the osType property: App Service OS type meter used for.BillingMeterProperties.withResourceType(String resourceType) Set the resourceType property: App Service ResourceType meter used for.BillingMeterProperties.withShortName(String shortName) Set the shortName property: Short Name from App Service Azure pricing Page.