Share via


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

Constructors

Name Description
AutomationRunbookReceiver()

Creates an new AutomationRunbookReceiver instance.

Properties

Name Description
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

Name Description
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