AutomationRunbookReceiver Class

Definition

The Azure Automation Runbook notification receiver.

public class AutomationRunbookReceiver
type AutomationRunbookReceiver = class
Public Class AutomationRunbookReceiver
Inheritance
AutomationRunbookReceiver

Constructors

AutomationRunbookReceiver()

Initializes a new instance of the AutomationRunbookReceiver class.

AutomationRunbookReceiver(String, String, String, Boolean, String, String, Nullable<Boolean>)

Initializes a new instance of the AutomationRunbookReceiver class.

Properties

AutomationAccountId

Gets or sets the Azure automation account Id which holds this runbook and authenticate to Azure resource.

IsGlobalRunbook

Gets or sets indicates whether this instance is global runbook.

Name

Gets or sets indicates name of the webhook.

RunbookName

Gets or sets the name for this runbook.

ServiceUri

Gets or sets the URI where webhooks should be sent.

UseCommonAlertSchema

Gets or sets indicates whether to use common alert schema.

WebhookResourceId

Gets or sets the resource id for webhook linked to this runbook.

Methods

Validate()

Validate the object.

Applies to