你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AutomationRunbookReceiver 构造函数

定义

重载

AutomationRunbookReceiver()

初始化 AutomationRunbookReceiver 类的新实例。

AutomationRunbookReceiver(String, String, String, Boolean, String, String, Nullable<Boolean>)

初始化 AutomationRunbookReceiver 类的新实例。

AutomationRunbookReceiver()

初始化 AutomationRunbookReceiver 类的新实例。

public AutomationRunbookReceiver ();
Public Sub New ()

适用于

AutomationRunbookReceiver(String, String, String, Boolean, String, String, Nullable<Boolean>)

初始化 AutomationRunbookReceiver 类的新实例。

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)

参数

automationAccountId
String

保存此 Runbook 并向 Azure 资源进行身份验证的 Azure 自动化帐户 ID。

runbookName
String

此 Runbook 的名称。

webhookResourceId
String

链接到此 Runbook 的 Webhook 的资源 ID。

isGlobalRunbook
Boolean

指示此实例是否为全局 Runbook。

name
String

指示 Webhook 的名称。

serviceUri
String

应在其中发送 Webhook 的 URI。

useCommonAlertSchema
Nullable<Boolean>

指示是否使用通用警报架构。

适用于