IAutomationRunbookReceiver Interface
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.
[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) |