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

AutomationRunbookReceiver Class

Definition

The Azure Automation Runbook notification receiver.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.AutomationRunbookReceiverTypeConverter))]
public class AutomationRunbookReceiver : Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IActionGroupReceiver, Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IAutomationRunbookReceiver
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.AutomationRunbookReceiverTypeConverter))>]
type AutomationRunbookReceiver = class
    interface IActionGroupReceiver
    interface IAutomationRunbookReceiver
    interface IJsonSerializable
Public Class AutomationRunbookReceiver
Implements IActionGroupReceiver, IAutomationRunbookReceiver
Inheritance
AutomationRunbookReceiver
Attributes
Implements

Constructors

AutomationRunbookReceiver()

Creates an new AutomationRunbookReceiver instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of AutomationRunbookReceiver.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of AutomationRunbookReceiver.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Monitor.ActionGroup.Models.IAutomationRunbookReceiver.

FromJsonString(String)

Creates a new instance of AutomationRunbookReceiver, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of AutomationRunbookReceiver into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to