AzureMeter.Rates Property
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.
Gets or sets the meter rates. The dictionary key is the meter quantity and the value is the meter rate.
public System.Collections.Generic.Dictionary<decimal,decimal> Rates { get; set; }
member this.Rates : System.Collections.Generic.Dictionary<decimal, decimal> with get, set
Public Property Rates As Dictionary(Of Decimal, Decimal)