IAppServiceCertificateOrderPatchResourceProperties.AppServiceCertificateNotRenewableReason Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "RegistrationStatusNotSupportedForRenewal", "ExpirationNotInRenewalTimeRange", "SubscriptionNotActive" })]
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Reasons why App Service Certificate is not renewable at the current moment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="appServiceCertificateNotRenewableReasons", Update=false)]
public System.Collections.Generic.List<string> AppServiceCertificateNotRenewableReason { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.PSArgumentCompleter(new System.String[] { "RegistrationStatusNotSupportedForRenewal", "ExpirationNotInRenewalTimeRange", "SubscriptionNotActive" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Reasons why App Service Certificate is not renewable at the current moment.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="appServiceCertificateNotRenewableReasons", Update=false)>]
member this.AppServiceCertificateNotRenewableReason : System.Collections.Generic.List<string>
Public ReadOnly Property AppServiceCertificateNotRenewableReason As List(Of String)

Property Value

Attributes

Applies to