AutomationRunbookReceiver Constructors
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.
Overloads
AutomationRunbookReceiver() |
Initializes a new instance of the AutomationRunbookReceiver class. |
AutomationRunbookReceiver(String, String, String, Boolean, String, String, Nullable<Boolean>) |
Initializes a new instance of the AutomationRunbookReceiver class. |
AutomationRunbookReceiver()
Initializes a new instance of the AutomationRunbookReceiver class.
public AutomationRunbookReceiver ();
Public Sub New ()
Applies to
AutomationRunbookReceiver(String, String, String, Boolean, String, String, Nullable<Boolean>)
Initializes a new instance of the AutomationRunbookReceiver class.
public AutomationRunbookReceiver (string automationAccountId, string runbookName, string webhookResourceId, bool isGlobalRunbook, string name = default, string serviceUri = default, bool? useCommonAlertSchema = default);
new Microsoft.Azure.Management.Monitor.Models.AutomationRunbookReceiver : string * string * string * bool * string * string * Nullable<bool> -> Microsoft.Azure.Management.Monitor.Models.AutomationRunbookReceiver
Public Sub New (automationAccountId As String, runbookName As String, webhookResourceId As String, isGlobalRunbook As Boolean, Optional name As String = Nothing, Optional serviceUri As String = Nothing, Optional useCommonAlertSchema As Nullable(Of Boolean) = Nothing)
Parameters
- automationAccountId
- String
The Azure automation account Id which holds this runbook and authenticate to Azure resource.
- runbookName
- String
The name for this runbook.
- webhookResourceId
- String
The resource id for webhook linked to this runbook.
- isGlobalRunbook
- Boolean
Indicates whether this instance is global runbook.
- name
- String
Indicates name of the webhook.
- serviceUri
- String
The URI where webhooks should be sent.
Applies to
Azure SDK for .NET