Get Automation Rule Result
data class GetAutomationRuleResult(val actions: List<Any>, val azureApiVersion: String, val createdBy: ClientInfoResponse, val createdTimeUtc: String, val displayName: String, val etag: String? = null, val id: String, val lastModifiedBy: ClientInfoResponse, val lastModifiedTimeUtc: String, val name: String, val order: Int, val systemData: SystemDataResponse, val triggeringLogic: AutomationRuleTriggeringLogicResponse, val type: String)
Constructors
Link copied to clipboard
constructor(actions: List<Any>, azureApiVersion: String, createdBy: ClientInfoResponse, createdTimeUtc: String, displayName: String, etag: String? = null, id: String, lastModifiedBy: ClientInfoResponse, lastModifiedTimeUtc: String, name: String, order: Int, systemData: SystemDataResponse, triggeringLogic: AutomationRuleTriggeringLogicResponse, type: String)
Properties
Link copied to clipboard
The Azure API version of the resource.
Link copied to clipboard
Information on the client (user or application) that made some action
Link copied to clipboard
The time the automation rule was created.
Link copied to clipboard
The display name of the automation rule.
Link copied to clipboard
Information on the client (user or application) that made some action
Link copied to clipboard
The last time the automation rule was updated.
Link copied to clipboard
Azure Resource Manager metadata containing createdBy and modifiedBy information.
Link copied to clipboard
Describes automation rule triggering logic.