BillingMeters Constructors

Definition

Overloads

BillingMeters()

Initializes a new instance of the BillingMeters class.

BillingMeters(String, String, String)

Initializes a new instance of the BillingMeters class.

BillingMeters()

Initializes a new instance of the BillingMeters class.

public BillingMeters ();
Public Sub New ()

Applies to

BillingMeters(String, String, String)

Initializes a new instance of the BillingMeters class.

public BillingMeters (string meterParameter = default, string meter = default, string unit = default);
new Microsoft.Azure.Management.HDInsight.Models.BillingMeters : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.BillingMeters
Public Sub New (Optional meterParameter As String = Nothing, Optional meter As String = Nothing, Optional unit As String = Nothing)

Parameters

meterParameter
String

The virtual machine sizes.

meter
String

The HDInsight meter guid.

unit
String

The unit of meter, VMHours or CoreHours.

Applies to