次の方法で共有


AppServiceCertificateOrderInner.ValidityInYears プロパティ

定義

年単位の期間を取得または設定します (1 から 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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象