RemediationDeploymentSummary interface

The deployment status summary for all deployments created by the remediation.

Properties

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.

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.

totalDeployments

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