ReportFixResult Interface
public interface ReportFixResult
An immutable client-side representation of ReportFixResult.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Report |
innerModel()
Gets the inner com. |
| abstract String |
reason()
Gets the reason property: If the report fix action failed, to indicate the detailed failed reason. |
| abstract Result |
result()
Gets the result property: Indicates whether the fix action is Succeeded or Failed. |
Method Details
innerModel
public abstract ReportFixResultInner innerModel()
Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportFixResultInner object.
Returns:
reason
public abstract String reason()
Gets the reason property: If the report fix action failed, to indicate the detailed failed reason.
Returns:
result
public abstract Result result()
Gets the result property: Indicates whether the fix action is Succeeded or Failed.
Returns: