Share via


BillingMeterProperties Class

Definition

BillingMeter resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeterPropertiesTypeConverter))]
public class BillingMeterProperties : Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.BillingMeterPropertiesTypeConverter))>]
type BillingMeterProperties = class
    interface IBillingMeterProperties
    interface IJsonSerializable
Public Class BillingMeterProperties
Implements IBillingMeterProperties
Inheritance
BillingMeterProperties
Attributes
Implements

Constructors

BillingMeterProperties()

Creates an new BillingMeterProperties instance.

Properties

BillingLocation

Azure Location of billable resource

FriendlyName

Friendly name of the meter

MeterId

Meter GUID onboarded in Commerce

OSType

App Service OS type meter used for

ResourceType

App Service ResourceType meter used for

ShortName

Short Name from App Service Azure pricing Page

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BillingMeterProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BillingMeterProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Functions.Models.Api20190801.IBillingMeterProperties.

FromJsonString(String)

Creates a new instance of BillingMeterProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BillingMeterProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to