IAppServiceCertificateOrderPatchResource.AppServiceCertificateNotRenewableReason Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reasons why App Service Certificate is not renewable at the current moment.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Reasons why App Service Certificate is not renewable at the current moment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceNotRenewableReason) }, ReadOnly=true, Required=false, SerializedName="appServiceCertificateNotRenewableReasons")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceNotRenewableReason[] AppServiceCertificateNotRenewableReason { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Reasons why App Service Certificate is not renewable at the current moment.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceNotRenewableReason) }, ReadOnly=true, Required=false, SerializedName="appServiceCertificateNotRenewableReasons")>]
member this.AppServiceCertificateNotRenewableReason : Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.ResourceNotRenewableReason[]
Public ReadOnly Property AppServiceCertificateNotRenewableReason As ResourceNotRenewableReason()
Property Value
- Attributes