RuleWebhookAction 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
RuleWebhookAction() |
Initializes a new instance of the RuleWebhookAction class. |
RuleWebhookAction(String, IDictionary<String,String>) |
Initializes a new instance of the RuleWebhookAction class. |
RuleWebhookAction()
Initializes a new instance of the RuleWebhookAction class.
public RuleWebhookAction ();
Public Sub New ()
Applies to
RuleWebhookAction(String, IDictionary<String,String>)
Initializes a new instance of the RuleWebhookAction class.
public RuleWebhookAction (string serviceUri = default, System.Collections.Generic.IDictionary<string,string> properties = default);
new Microsoft.Azure.Management.Monitor.Models.RuleWebhookAction : string * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.Monitor.Models.RuleWebhookAction
Public Sub New (Optional serviceUri As String = Nothing, Optional properties As IDictionary(Of String, String) = Nothing)
Parameters
- serviceUri
- String
the service uri to Post the notification when the alert activates or resolves.
- properties
- IDictionary<String,String>
the dictionary of custom properties to include with the post operation. These data are appended to the webhook payload.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET