IAppServiceCertificateOrder.SignedCertificateNotAfter 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.
Date Certificate is valid to.
[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Date Certificate is valid to.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="notAfter")]
public DateTime? SignedCertificateNotAfter { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Date Certificate is valid to.", PossibleTypes=new System.Type[] { typeof(System.DateTime) }, ReadOnly=true, Required=false, SerializedName="notAfter")>]
member this.SignedCertificateNotAfter : Nullable<DateTime>
Public ReadOnly Property SignedCertificateNotAfter As Nullable(Of DateTime)
Property Value
- Attributes