AutomationRunbookReceiver Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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() |