BillingMeters Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET