Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutomationRule

Package version

Hierarchy

Index

Properties

actions

The actions to execute when the automation rule is triggered.

Optional createdBy

createdBy: ClientInfo

Information on the client (user or application) that made some action NOTE: This property will not be serialized. It can only be populated by the server.

Optional createdTimeUtc

createdTimeUtc: Date

The time the automation rule was created. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

displayName: string

The display name of the automation rule.

Optional etag

etag: undefined | string

Etag of the azure resource

Optional id

id: undefined | string

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedBy

lastModifiedBy: ClientInfo

Information on the client (user or application) that made some action NOTE: This property will not be serialized. It can only be populated by the server.

Optional lastModifiedTimeUtc

lastModifiedTimeUtc: Date

The last time the automation rule was updated. NOTE: This property will not be serialized. It can only be populated by the server.

Optional name

name: undefined | string

The name of the resource NOTE: This property will not be serialized. It can only be populated by the server.

order

order: number

The order of execution of the automation rule.

Optional systemData

systemData: SystemData

Azure Resource Manager metadata containing createdBy and modifiedBy information. NOTE: This property will not be serialized. It can only be populated by the server.

triggeringLogic

Describes automation rule triggering logic.

Optional type

type: undefined | string

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc