Interface RemediationDeployment


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

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

      • 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

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