Freigeben über


ICsmDeploymentStatus.Status Property

Definition

Deployment build status.

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

Property Value

Attributes

Applies to