Interface RemediationDeployment


public interface RemediationDeployment
An immutable client-side representation of RemediationDeployment.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the createdOn property: The time at which the remediation was created.
    Gets the deploymentId property: Resource ID of the template deployment that will remediate the resource.
    com.azure.core.management.exception.ManagementError
    Gets the error property: Error encountered while remediated the resource.
    Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.RemediationDeploymentInner object.
    Gets the lastUpdatedOn property: The time at which the remediation deployment was last updated.
    Gets the remediatedResourceId property: Resource ID of the resource that is being remediated by the deployment.
    Gets the resourceLocation property: Location of the resource that is being remediated.
    Gets the status property: Status of the remediation deployment.
  • Method Details

    • remediatedResourceId

      String remediatedResourceId()
      Gets the remediatedResourceId property: Resource ID of the resource that is being remediated by the deployment.
      Returns:
      the remediatedResourceId value.
    • deploymentId

      String deploymentId()
      Gets the deploymentId property: Resource ID of the template deployment that will remediate the resource.
      Returns:
      the deploymentId value.
    • status

      String status()
      Gets the status property: Status of the remediation deployment.
      Returns:
      the status value.
    • resourceLocation

      String resourceLocation()
      Gets the resourceLocation property: Location of the resource that is being remediated.
      Returns:
      the resourceLocation value.
    • error

      com.azure.core.management.exception.ManagementError error()
      Gets the error property: Error encountered while remediated the resource.
      Returns:
      the error value.
    • createdOn

      OffsetDateTime createdOn()
      Gets the createdOn property: The time at which the remediation was created.
      Returns:
      the createdOn value.
    • lastUpdatedOn

      OffsetDateTime lastUpdatedOn()
      Gets the lastUpdatedOn property: The time at which the remediation deployment was last updated.
      Returns:
      the lastUpdatedOn value.
    • innerModel

      Gets the inner com.azure.resourcemanager.policyinsights.fluent.models.RemediationDeploymentInner object.
      Returns:
      the inner object.