BillingMeter Constructors

Definition

Overloads

BillingMeter()

Initializes a new instance of the BillingMeter class.

BillingMeter(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the BillingMeter class.

BillingMeter()

Initializes a new instance of the BillingMeter class.

public BillingMeter ();
Public Sub New ()

Applies to

BillingMeter(String, String, String, String, String, String, String, String, String, String)

Initializes a new instance of the BillingMeter class.

public BillingMeter (string id = default, string name = default, string type = default, string kind = default, string meterId = default, string billingLocation = default, string shortName = default, string friendlyName = default, string resourceType = default, string osType = default);
new Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter : string * string * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.AppService.Fluent.Models.BillingMeter
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional kind As String = Nothing, Optional meterId As String = Nothing, Optional billingLocation As String = Nothing, Optional shortName As String = Nothing, Optional friendlyName As String = Nothing, Optional resourceType As String = Nothing, Optional osType As String = Nothing)

Parameters

id
String
name
String
type
String
kind
String

Kind of resource.

meterId
String

Meter GUID onboarded in Commerce

billingLocation
String

Azure Location of billable resource

shortName
String

Short Name from App Service Azure pricing Page

friendlyName
String

Friendly name of the meter

resourceType
String

App Service ResourceType meter used for

osType
String

App Service OS type meter used for

Applies to