MarketSetPricesItems(IEnumerable<String>, Single, String) Constructor
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.
Initializes a new instance of MarketSetPricesItems.
public MarketSetPricesItems(System.Collections.Generic.IEnumerable<string> markets, float value, string currency);
new Azure.ResourceManager.BillingBenefits.Models.MarketSetPricesItems : seq<string> * single * string -> Azure.ResourceManager.BillingBenefits.Models.MarketSetPricesItems
Public Sub New (markets As IEnumerable(Of String), value As Single, currency As String)
Parameters
- markets
- IEnumerable<String>
- value
- Single
The locked price for the priceable node. Validation: Required. Must be greater than or equal to 0. If the case of billing plans. This represents the price for each cycle charge.
- currency
- String
The currency of the locked price value. Validation: Required. Must be a valid ISO 4217 3-letter currency code.
Exceptions
markets or currency is null.