PolicyEvaluationDetails Class

  • java.lang.Object
    • com.azure.resourcemanager.policyinsights.models.PolicyEvaluationDetails

public final class PolicyEvaluationDetails

Policy evaluation details.

Constructor Summary

Constructor Description
PolicyEvaluationDetails()

Creates an instance of PolicyEvaluationDetails class.

Method Summary

Modifier and Type Method and Description
List<ExpressionEvaluationDetails> evaluatedExpressions()

Get the evaluatedExpressions property: Details of the evaluated expressions.

IfNotExistsEvaluationDetails ifNotExistsDetails()

Get the ifNotExistsDetails property: Evaluation details of IfNotExists effect.

void validate()

Validates the instance.

PolicyEvaluationDetails withEvaluatedExpressions(List<ExpressionEvaluationDetails> evaluatedExpressions)

Set the evaluatedExpressions property: Details of the evaluated expressions.

PolicyEvaluationDetails withIfNotExistsDetails(IfNotExistsEvaluationDetails ifNotExistsDetails)

Set the ifNotExistsDetails property: Evaluation details of IfNotExists effect.

Methods inherited from java.lang.Object

Constructor Details

PolicyEvaluationDetails

public PolicyEvaluationDetails()

Creates an instance of PolicyEvaluationDetails class.

Method Details

evaluatedExpressions

public List evaluatedExpressions()

Get the evaluatedExpressions property: Details of the evaluated expressions.

Returns:

the evaluatedExpressions value.

ifNotExistsDetails

public IfNotExistsEvaluationDetails ifNotExistsDetails()

Get the ifNotExistsDetails property: Evaluation details of IfNotExists effect.

Returns:

the ifNotExistsDetails value.

validate

public void validate()

Validates the instance.

withEvaluatedExpressions

public PolicyEvaluationDetails withEvaluatedExpressions(List evaluatedExpressions)

Set the evaluatedExpressions property: Details of the evaluated expressions.

Parameters:

evaluatedExpressions - the evaluatedExpressions value to set.

Returns:

the PolicyEvaluationDetails object itself.

withIfNotExistsDetails

public PolicyEvaluationDetails withIfNotExistsDetails(IfNotExistsEvaluationDetails ifNotExistsDetails)

Set the ifNotExistsDetails property: Evaluation details of IfNotExists effect.

Parameters:

ifNotExistsDetails - the ifNotExistsDetails value to set.

Returns:

the PolicyEvaluationDetails object itself.

Applies to