Share via


NotificationSetting.Webhooks Property

Definition

Send webhook callback to a service. Key is a user-provided name for the webhook. Please note MachineLearningWebhook is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureDevOpsWebhook.

public System.Collections.Generic.IDictionary<string,Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook> Webhooks { get; set; }
member this.Webhooks : System.Collections.Generic.IDictionary<string, Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook> with get, set
Public Property Webhooks As IDictionary(Of String, MachineLearningWebhook)

Property Value

Applies to