GetAutomationRuleResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The actions to execute when the automation rule is triggered.

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

Etag of the azure resource

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

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

The name of the resource

Link copied to clipboard
val order: Int

The order of execution of the automation rule.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard

Describes automation rule triggering logic.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"