EnvironmentSize.MaxPrice 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 the pay-as-you-go dollar price per hour this size will cost. It does not include discounts and may not reflect the actual price the size will cost. This is the maximum price of all prices within this tier.
[Newtonsoft.Json.JsonProperty(PropertyName="maxPrice")]
public decimal? MaxPrice { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxPrice")>]
member this.MaxPrice : Nullable<decimal>
Public ReadOnly Property MaxPrice As Nullable(Of Decimal)
Property Value
- System.Nullable<System.Decimal>
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute