AppServiceCertificateOrderPatchResource.AppServiceCertificateNotRenewableReasons Property

Definition

Gets reasons why App Service Certificate is not renewable at the current moment.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.appServiceCertificateNotRenewableReasons")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateNotRenewableReasons1> AppServiceCertificateNotRenewableReasons { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.appServiceCertificateNotRenewableReasons")>]
member this.AppServiceCertificateNotRenewableReasons : System.Collections.Generic.IList<Microsoft.Azure.Management.AppService.Fluent.Models.AppServiceCertificateNotRenewableReasons1>
Public ReadOnly Property AppServiceCertificateNotRenewableReasons As IList(Of AppServiceCertificateNotRenewableReasons1)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to