CloudEndpointChangeEnumerationActivity.DeletesProgressPercent Property

Definition

Gets progress percentage for processing deletes. This is done separately from the rest of the enumeration run

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to