Share via


RemediationDeploymentSummary.SuccessfulDeployments Property

Definition

Gets the number of deployments required by the remediation that have succeeded.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to