Dela via


IMSDeployStatusProperties.Complete Property

Definition

Whether the deployment operation has completed

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

Property Value

Attributes

Applies to