Uses of Class
com.azure.resourcemanager.appservice.fluent.models.BillingMeterInner
-
Packages that use BillingMeterInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 BillingMeterInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<BillingMeterInner>ResourceProvidersClient. list()Description for 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)Description for Gets a list of meters for a given location.com.azure.core.http.rest.PagedFlux<BillingMeterInner>ResourceProvidersClient. listAsync()Description for Gets a list of meters for a given location.com.azure.core.http.rest.PagedFlux<BillingMeterInner>ResourceProvidersClient. listAsync(String billingLocation, String osType)Description for 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 BillingMeterInner Modifier and Type Method Description BillingMeterInnerBillingMeterInner. withBillingLocation(String billingLocation)Set the billingLocation property: Azure Location of billable resource.BillingMeterInnerBillingMeterInner. withFriendlyName(String friendlyName)Set the friendlyName property: Friendly name of the meter.BillingMeterInnerBillingMeterInner. withKind(String kind)Set the kind property: Kind of resource.BillingMeterInnerBillingMeterInner. withMeterId(String meterId)Set the meterId property: Meter GUID onboarded in Commerce.BillingMeterInnerBillingMeterInner. withMultiplier(Double multiplier)Set the multiplier property: Meter Multiplier.BillingMeterInnerBillingMeterInner. withOsType(String osType)Set the osType property: App Service OS type meter used for.BillingMeterInnerBillingMeterInner. withResourceType(String resourceType)Set the resourceType property: App Service ResourceType meter used for.BillingMeterInnerBillingMeterInner. 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 BillingMeterInner Modifier and Type Method Description List<BillingMeterInner>BillingMeterCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type BillingMeterInner Modifier and Type Method Description BillingMeterCollectionBillingMeterCollection. withValue(List<BillingMeterInner> value)Set the value property: Collection of resources.
-