Get Rule Result
data class GetRuleResult(val action: ActionResponse? = null, val azureApiVersion: String, val correlationFilter: CorrelationFilterResponse? = null, val filterType: String? = null, val id: String, val location: String, val name: String, val sqlFilter: SqlFilterResponse? = null, val systemData: SystemDataResponse, val type: String)
Description of Rule Resource.
Constructors
Link copied to clipboard
constructor(action: ActionResponse? = null, azureApiVersion: String, correlationFilter: CorrelationFilterResponse? = null, filterType: String? = null, id: String, location: String, name: String, sqlFilter: SqlFilterResponse? = null, systemData: SystemDataResponse, type: String)
Properties
Link copied to clipboard
Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Properties of correlationFilter
Link copied to clipboard
Filter type that is evaluated against a BrokeredMessage.
Link copied to clipboard
Properties of sqlFilter
Link copied to clipboard
The system meta data relating to this resource.