AppServiceCertificateOrderPatchResource.AutoRenew Property

Definition

Gets or sets <code>true</code> if the certificate should be automatically renewed when it expires; otherwise, <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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to