TriggerEvaluationResponse Interface

public interface TriggerEvaluationResponse

An immutable client-side representation of TriggerEvaluationResponse.

Method Summary

Modifier and Type Method and Description
abstract TriggerEvaluationResponseInner innerModel()

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

abstract TriggerEvaluationProperty properties()

Gets the properties property: trigger evaluation property.

Method Details

innerModel

public abstract TriggerEvaluationResponseInner innerModel()

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

Returns:

the inner object.

properties

public abstract TriggerEvaluationProperty properties()

Gets the properties property: trigger evaluation property.

Returns:

the properties value.

Applies to