Share via


ResourceSkuCosts Constructors

Definition

Overloads

ResourceSkuCosts()

Initializes a new instance of the ResourceSkuCosts class.

ResourceSkuCosts(String, Nullable<Int64>, String)

Initializes a new instance of the ResourceSkuCosts class.

ResourceSkuCosts()

Initializes a new instance of the ResourceSkuCosts class.

public ResourceSkuCosts ();
Public Sub New ()

Applies to

ResourceSkuCosts(String, Nullable<Int64>, String)

Initializes a new instance of the ResourceSkuCosts class.

public ResourceSkuCosts (string meterID = default, long? quantity = default, string extendedUnit = default);
new Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts : string * Nullable<int64> * string -> Microsoft.Azure.Management.Compute.Models.ResourceSkuCosts
Public Sub New (Optional meterID As String = Nothing, Optional quantity As Nullable(Of Long) = Nothing, Optional extendedUnit As String = Nothing)

Parameters

meterID
String

Used for querying price from commerce.

quantity
Nullable<Int64>

The multiplier is needed to extend the base metered cost.

extendedUnit
String

An invariant to show the extended unit.

Applies to