Share via


IAppServiceCertificateOrderPatchResource.Status Property

Definition

Current order status.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Current order status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus) }, ReadOnly=true, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus? Status { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Description="Current order status.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus) }, ReadOnly=true, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.Functions.Support.CertificateOrderStatus>
Public ReadOnly Property Status As Nullable(Of CertificateOrderStatus)

Property Value

Attributes

Applies to