IMSDeployStatusProperties.Complete Property

Definition

Whether the deployment operation has completed

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Whether the deployment operation has completed", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="complete", Update=false)]
public bool? Complete { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=false, Description="Whether the deployment operation has completed", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=true, Required=false, SerializedName="complete", Update=false)>]
member this.Complete : Nullable<bool>
Public ReadOnly Property Complete As Nullable(Of Boolean)

Property Value

Attributes

Applies to