SkuCost 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
SkuCost() |
Initializes a new instance of the SkuCost class. |
SkuCost(String, Nullable<Int64>, String) |
Initializes a new instance of the SkuCost class. |
SkuCost()
Initializes a new instance of the SkuCost class.
public SkuCost ();
Public Sub New ()
Applies to
SkuCost(String, Nullable<Int64>, String)
Initializes a new instance of the SkuCost class.
public SkuCost (string meterId = default, long? quantity = default, string extendedUnit = default);
new Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost : string * Nullable<int64> * string -> Microsoft.Azure.Management.DataBoxEdge.Models.SkuCost
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.
- extendedUnit
- String
The extended unit.