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

IAutomationRunbookReceiver Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.AutomationRunbookReceiverTypeConverter))]
public interface IAutomationRunbookReceiver : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.AutomationRunbookReceiverTypeConverter))>]
type IAutomationRunbookReceiver = interface
    interface IJsonSerializable
Public Interface IAutomationRunbookReceiver
Implements IJsonSerializable
Derived
Attributes
Implements

Properties

AutomationAccountId

The Azure automation account Id which holds this runbook and authenticate to Azure resource.

IsGlobalRunbook

Indicates whether this instance is global runbook.

Name

Indicates name of the webhook.

RunbookName

The name for this runbook.

ServiceUri

The URI where webhooks should be sent.

UseCommonAlertSchema

Indicates whether to use common alert schema.

WebhookResourceId

The resource id for webhook linked to this runbook.

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to