Share via


RemediationDeploymentSummary.FailedDeployments Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to