ReportVerificationResult Interface
public interface ReportVerificationResult
An immutable client-side representation of ReportVerificationResult.
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 verification action failed, to indicate the detailed failed reason. |
| abstract Result |
result()
Gets the result property: Indicates whether the report verification action is Succeeded or Failed. |
Method Details
innerModel
public abstract ReportVerificationResultInner innerModel()
Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportVerificationResultInner object.
Returns:
reason
public abstract String reason()
Gets the reason property: If the report verification action failed, to indicate the detailed failed reason.
Returns:
result
public abstract Result result()
Gets the result property: Indicates whether the report verification action is Succeeded or Failed.
Returns: