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() | |
AutomationRunbookReceiver(String, String, String, Boolean, String, String) |
AutomationRunbookReceiver()
public AutomationRunbookReceiver ();
Public Sub New ()
Applies to
AutomationRunbookReceiver(String, String, String, Boolean, String, String)
public AutomationRunbookReceiver (string automationAccountId, string runbookName, string webhookResourceId, bool isGlobalRunbook, string name = default, string serviceUri = default);
new Microsoft.Azure.Management.Monitor.Version2018_09_01.Models.AutomationRunbookReceiver : string * string * string * bool * string * string -> Microsoft.Azure.Management.Monitor.Version2018_09_01.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)
Parameters
- automationAccountId
- String
- runbookName
- String
- webhookResourceId
- String
- isGlobalRunbook
- Boolean
- name
- String
- serviceUri
- String