RemediationCmdletBase.IsComplete(Remediation) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Checks whether a remediation is complete.
protected bool IsComplete (Microsoft.Azure.Management.PolicyInsights.Models.Remediation remediation);
member this.IsComplete : Microsoft.Azure.Management.PolicyInsights.Models.Remediation -> bool
Protected Function IsComplete (remediation As Remediation) As Boolean
Parameters
- remediation
- Remediation
The remediation to check.
Returns
True if the remediation is complete.