次の方法で共有


AppServiceCertificateOrderInner.AutoRenew プロパティ

定義

証明書の有効期限が切れたときに証明書を自動的に更新する必要がある場合は、lt;code>true</code> を取得または設定&します。それ以外の場合は、<code>false</code>。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.autoRenew")]
public bool? AutoRenew { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.autoRenew")>]
member this.AutoRenew : Nullable<bool> with get, set
Public Property AutoRenew As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象