ReportFixResult Interface

public interface ReportFixResult

An immutable client-side representation of ReportFixResult.

Method Summary

Modifier and Type Method and Description
abstract ReportFixResultInner innerModel()

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

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:

the inner object.

reason

public abstract String reason()

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

Returns:

the reason value.

result

public abstract Result result()

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

Returns:

the result value.

Applies to