ElasticPoolOperation.PercentComplete Property

Definition

Gets the percentage of the operation completed.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.percentComplete")]
public int? PercentComplete { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.percentComplete")>]
member this.PercentComplete : Nullable<int>
Public ReadOnly Property PercentComplete As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to