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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.