Share via


A2AProtectedDiskDetails.MonitoringPercentageCompletion Property

Definition

Gets or sets the percentage of the monitoring job. The type of the monitoring job is defined by MonitoringJobType property.

[Newtonsoft.Json.JsonProperty(PropertyName="monitoringPercentageCompletion")]
public int? MonitoringPercentageCompletion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="monitoringPercentageCompletion")>]
member this.MonitoringPercentageCompletion : Nullable<int> with get, set
Public Property MonitoringPercentageCompletion As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to