Sdílet prostřednictvím


MonitorWebhookReceiver(String, Uri) Constructor

Definition

Initializes a new instance of MonitorWebhookReceiver.

public MonitorWebhookReceiver (string name, Uri serviceUri);
new Azure.ResourceManager.Monitor.Models.MonitorWebhookReceiver : string * Uri -> Azure.ResourceManager.Monitor.Models.MonitorWebhookReceiver
Public Sub New (name As String, serviceUri As Uri)

Parameters

name
String

The name of the webhook receiver. Names must be unique across all receivers within an action group.

serviceUri
Uri

The URI where webhooks should be sent.

Exceptions

name or serviceUri is null.

Applies to