Share via


SkuCost Constructors

Definition

Overloads

SkuCost()

Initializes a new instance of the SkuCost class.

SkuCost(String, String, Nullable<Double>)

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, String, Nullable<Double>)

Initializes a new instance of the SkuCost class.

public SkuCost (string meterId = default, string meterType = default, double? multiplier = default);
new Microsoft.Azure.Management.DataBox.Models.SkuCost : string * string * Nullable<double> -> Microsoft.Azure.Management.DataBox.Models.SkuCost
Public Sub New (Optional meterId As String = Nothing, Optional meterType As String = Nothing, Optional multiplier As Nullable(Of Double) = Nothing)

Parameters

meterId
String

Meter id of the Sku.

meterType
String

The type of the meter.

multiplier
Nullable<Double>

Multiplier specifies the region specific value to be multiplied with 1$ guid. Eg: Our new regions will be using 1$ shipping guid with appropriate multiplier specific to region.

Applies to