Constructor CapacityUsageParameterValue
CapacityUsageParameterValue()
Initializes a new instance of the CapacityUsageParameterValue class.
public CapacityUsageParameterValue()
CapacityUsageParameterValue(long)
Initializes a new instance of the CapacityUsageParameterValue class using the specified quantity.
public CapacityUsageParameterValue(long quantity)
Parameters
quantity
longThe quantity.
CapacityUsageParameterValue(decimal)
Initializes a new instance of the CapacityUsageParameterValue class using the specified quantity.
public CapacityUsageParameterValue(decimal quantity)
Parameters
quantity
decimalThe quantity.