AppServiceCertificateOrderInner.ValidityInYears Property

Definition

Gets or sets duration in years (must be between 1 and 3).

[Newtonsoft.Json.JsonProperty(PropertyName="properties.validityInYears")]
public int? ValidityInYears { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.validityInYears")>]
member this.ValidityInYears : Nullable<int> with get, set
Public Property ValidityInYears As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to