MSDeployStatusInner.Complete Property

Definition

Gets whether the deployment operation has completed

[Newtonsoft.Json.JsonProperty(PropertyName="properties.complete")]
public bool? Complete { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.complete")>]
member this.Complete : Nullable<bool>
Public ReadOnly Property Complete As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to