TriggerEvaluationProperty Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.models.TriggerEvaluationProperty

Implements

public final class TriggerEvaluationProperty
implements JsonSerializable<TriggerEvaluationProperty>

Trigger evaluation response.

Method Summary

Modifier and Type Method and Description
OffsetDateTime evaluationEndTime()

Get the evaluationEndTime property: The time when the evaluation is end.

static TriggerEvaluationProperty fromJson(JsonReader jsonReader)

Reads an instance of TriggerEvaluationProperty from the JsonReader.

List<QuickAssessment> quickAssessments()

Get the quickAssessments property: List of quick assessments.

List<String> resourceIds()

Get the resourceIds property: List of resource ids to be evaluated.

JsonWriter toJson(JsonWriter jsonWriter)
OffsetDateTime triggerTime()

Get the triggerTime property: The time when the evaluation is triggered.

Methods inherited from java.lang.Object

Method Details

evaluationEndTime

public OffsetDateTime evaluationEndTime()

Get the evaluationEndTime property: The time when the evaluation is end.

Returns:

the evaluationEndTime value.

fromJson

public static TriggerEvaluationProperty fromJson(JsonReader jsonReader)

Reads an instance of TriggerEvaluationProperty from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of TriggerEvaluationProperty if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the TriggerEvaluationProperty.

quickAssessments

public List<QuickAssessment> quickAssessments()

Get the quickAssessments property: List of quick assessments.

Returns:

the quickAssessments value.

resourceIds

public List<String> resourceIds()

Get the resourceIds property: List of resource ids to be evaluated.

Returns:

the resourceIds value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

triggerTime

public OffsetDateTime triggerTime()

Get the triggerTime property: The time when the evaluation is triggered.

Returns:

the triggerTime value.

Applies to