PriceSheetProperties 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
PriceSheetProperties() |
Initializes a new instance of the PriceSheetProperties class. |
PriceSheetProperties(String, String, MeterDetails, String, Nullable<Decimal>, String, Nullable<Decimal>, String) |
Initializes a new instance of the PriceSheetProperties class. |
PriceSheetProperties()
Initializes a new instance of the PriceSheetProperties class.
public PriceSheetProperties ();
Public Sub New ()
Applies to
PriceSheetProperties(String, String, MeterDetails, String, Nullable<Decimal>, String, Nullable<Decimal>, String)
Initializes a new instance of the PriceSheetProperties class.
public PriceSheetProperties (string billingPeriodId = default, string meterId = default, Microsoft.Azure.Management.Consumption.Models.MeterDetails meterDetails = default, string unitOfMeasure = default, decimal? includedQuantity = default, string partNumber = default, decimal? unitPrice = default, string currencyCode = default);
new Microsoft.Azure.Management.Consumption.Models.PriceSheetProperties : string * string * Microsoft.Azure.Management.Consumption.Models.MeterDetails * string * Nullable<decimal> * string * Nullable<decimal> * string -> Microsoft.Azure.Management.Consumption.Models.PriceSheetProperties
Public Sub New (Optional billingPeriodId As String = Nothing, Optional meterId As String = Nothing, Optional meterDetails As MeterDetails = Nothing, Optional unitOfMeasure As String = Nothing, Optional includedQuantity As Nullable(Of Decimal) = Nothing, Optional partNumber As String = Nothing, Optional unitPrice As Nullable(Of Decimal) = Nothing, Optional currencyCode As String = Nothing)
Parameters
- billingPeriodId
- String
The id of the billing period resource that the usage belongs to.
- meterId
- String
The meter id
- meterDetails
- MeterDetails
The details about the meter. By default this is not populated, unless it's specified in $expand.
- unitOfMeasure
- String
Unit of measure
- partNumber
- String
Part Number
- currencyCode
- String
Currency Code
Applies to
Azure SDK for .NET