GetRuleResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: ActionResponse? = null

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
val filterType: String? = null

Filter type that is evaluated against a BrokeredMessage.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

Properties of sqlFilter

Link copied to clipboard

The system meta data relating to this resource.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"