Class RemediationDeploymentSummary

java.lang.Object
com.azure.resourcemanager.policyinsights.models.RemediationDeploymentSummary

public final class RemediationDeploymentSummary extends Object
The deployment status summary for all deployments created by the remediation.
  • Constructor Details

    • RemediationDeploymentSummary

      public RemediationDeploymentSummary()
      Creates an instance of RemediationDeploymentSummary class.
  • Method Details

    • totalDeployments

      public Integer totalDeployments()
      Get the totalDeployments property: The number of deployments required by the remediation.
      Returns:
      the totalDeployments value.
    • successfulDeployments

      public Integer successfulDeployments()
      Get the successfulDeployments property: The number of deployments required by the remediation that have succeeded.
      Returns:
      the successfulDeployments value.
    • failedDeployments

      public Integer failedDeployments()
      Get the failedDeployments property: The number of deployments required by the remediation that have failed.
      Returns:
      the failedDeployments value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.