ReportVerificationResult Interface

public interface ReportVerificationResult

An immutable client-side representation of ReportVerificationResult.

Method Summary

Modifier and Type Method and Description
abstract ReportVerificationResultInner innerModel()

Gets the inner com.azure.resourcemanager.appcomplianceautomation.fluent.models.ReportVerificationResultInner object.

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:

the inner object.

reason

public abstract String reason()

Gets the reason property: If the report verification action failed, to indicate the detailed failed reason.

Returns:

the reason value.

result

public abstract Result result()

Gets the result property: Indicates whether the report verification action is Succeeded or Failed.

Returns:

the result value.

Applies to