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
quantitylongThe quantity.
CapacityUsageParameterValue(decimal)
Initializes a new instance of the CapacityUsageParameterValue class using the specified quantity.
public CapacityUsageParameterValue(decimal quantity)
Parameters
quantitydecimalThe quantity.