RemediationDeploymentSummary interface
The deployment status summary for all deployments created by the remediation.
Properties
failed |
The number of deployments required by the remediation that have failed. NOTE: This property will not be serialized. It can only be populated by the server. |
successful |
The number of deployments required by the remediation that have succeeded. NOTE: This property will not be serialized. It can only be populated by the server. |
total |
The number of deployments required by the remediation. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
failedDeployments
The number of deployments required by the remediation that have failed. NOTE: This property will not be serialized. It can only be populated by the server.
failedDeployments?: number
Property Value
number
successfulDeployments
The number of deployments required by the remediation that have succeeded. NOTE: This property will not be serialized. It can only be populated by the server.
successfulDeployments?: number
Property Value
number
totalDeployments
The number of deployments required by the remediation. NOTE: This property will not be serialized. It can only be populated by the server.
totalDeployments?: number
Property Value
number