Share via


IDeploymentResource.Status Property

Definition

Status of the Deployment

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

Property Value

Attributes

Applies to