PricingProperties.Deprecated 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 optional. True if the plan is deprecated. If there are replacing plans
they will appear in replacedBy
property
[Newtonsoft.Json.JsonProperty(PropertyName="deprecated")]
public bool? Deprecated { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="deprecated")>]
member this.Deprecated : Nullable<bool>
Public ReadOnly Property Deprecated As Nullable(Of Boolean)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute