你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PSAutomationRunbookReceiver Class

Definition

Wraps the AutomationRunbookReceiver class.

public class PSAutomationRunbookReceiver : Microsoft.Azure.Commands.Insights.OutputClasses.PSActionGroupReceiverBase
type PSAutomationRunbookReceiver = class
    inherit PSActionGroupReceiverBase
Public Class PSAutomationRunbookReceiver
Inherits PSActionGroupReceiverBase
Inheritance
PSAutomationRunbookReceiver

Constructors

PSAutomationRunbookReceiver()

Initializes a new instance of the PSAutomationRunbookReceiver class

PSAutomationRunbookReceiver(AutomationRunbookReceiver)

Initializes a new instance of the PSAutomationRunbookReceiver class.

Properties

AutomationAccountId

Gets or sets automation account identifier

IsGlobalRunbook

Gets or sets a value indicating whether this instance is global runbook

Name

Gets or sets name

(Inherited from PSActionGroupReceiverBase)
RunbookName

Gets or sets the name of the runbook.

ServiceUri

Gets or sets the URI where webhooks should be sent..

UseCommonAlertSchema

Gets or sets a value indicating whether or not use common alert schema.

WebhookResourceId

Gets or sets the name of the webhook resource id.

Applies to