Uses of Class
com.azure.resourcemanager.appservice.fluent.models.BillingMeterInner
Packages that use BillingMeterInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of BillingMeterInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type BillingMeterInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<BillingMeterInner> ResourceProvidersClient.list()Gets a list of meters for a given location.com.azure.core.http.rest.PagedIterable<BillingMeterInner> ResourceProvidersClient.list(String billingLocation, String osType, com.azure.core.util.Context context) Gets a list of meters for a given location.com.azure.core.http.rest.PagedFlux<BillingMeterInner> ResourceProvidersClient.listAsync()Gets a list of meters for a given location.com.azure.core.http.rest.PagedFlux<BillingMeterInner> Gets a list of meters for a given location. -
Uses of BillingMeterInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return BillingMeterInnerModifier and TypeMethodDescriptionstatic BillingMeterInnerBillingMeterInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BillingMeterInner from the JsonReader.BillingMeterInner.withBillingLocation(String billingLocation) Set the billingLocation property: Azure Location of billable resource.BillingMeterInner.withFriendlyName(String friendlyName) Set the friendlyName property: Friendly name of the meter.Set the kind property: Kind of resource.BillingMeterInner.withMeterId(String meterId) Set the meterId property: Meter GUID onboarded in Commerce.BillingMeterInner.withMultiplier(Double multiplier) Set the multiplier property: Meter Multiplier.BillingMeterInner.withOsType(String osType) Set the osType property: App Service OS type meter used for.BillingMeterInner.withResourceType(String resourceType) Set the resourceType property: App Service ResourceType meter used for.BillingMeterInner.withShortName(String shortName) Set the shortName property: Short Name from App Service Azure pricing Page. -
Uses of BillingMeterInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type BillingMeterInnerModifier and TypeMethodDescriptionBillingMeterCollection.value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type BillingMeterInnerModifier and TypeMethodDescriptionBillingMeterCollection.withValue(List<BillingMeterInner> value) Set the value property: Collection of resources.