AutomationRunbookReceiver interface
The Azure Automation Runbook notification receiver.
Properties
automation |
The Azure automation account Id which holds this runbook and authenticate to Azure resource. |
is |
Indicates whether this instance is global runbook. |
name | Indicates name of the webhook. |
runbook |
The name for this runbook. |
service |
The URI where webhooks should be sent. |
use |
Indicates whether to use common alert schema. |
webhook |
The resource id for webhook linked to this runbook. |
Property Details
automationAccountId
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
automationAccountId: string
Property Value
string
isGlobalRunbook
Indicates whether this instance is global runbook.
isGlobalRunbook: boolean
Property Value
boolean
name
Indicates name of the webhook.
name?: string
Property Value
string
runbookName
The name for this runbook.
runbookName: string
Property Value
string
serviceUri
The URI where webhooks should be sent.
serviceUri?: string
Property Value
string
useCommonAlertSchema
Indicates whether to use common alert schema.
useCommonAlertSchema?: boolean
Property Value
boolean
webhookResourceId
The resource id for webhook linked to this runbook.
webhookResourceId: string
Property Value
string