DiskBillingMeters 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
DiskBillingMeters() |
Initializes a new instance of the DiskBillingMeters class. |
DiskBillingMeters(String, String, String) |
Initializes a new instance of the DiskBillingMeters class. |
DiskBillingMeters()
Initializes a new instance of the DiskBillingMeters class.
public DiskBillingMeters ();
Public Sub New ()
Applies to
DiskBillingMeters(String, String, String)
Initializes a new instance of the DiskBillingMeters class.
public DiskBillingMeters (string diskRpMeter = default, string sku = default, string tier = default);
new Microsoft.Azure.Management.HDInsight.Models.DiskBillingMeters : string * string * string -> Microsoft.Azure.Management.HDInsight.Models.DiskBillingMeters
Public Sub New (Optional diskRpMeter As String = Nothing, Optional sku As String = Nothing, Optional tier As String = Nothing)
Parameters
- diskRpMeter
- String
The managed disk meter guid.
- sku
- String
The managed disk billing sku, P30 or S30.
- tier
- String
The managed disk billing tier, Standard or Premium. Possible values include: 'Standard', 'Premium'