IFeaturesetVersion.NotificationWebhook Property

Definition

Send webhook callback to a service. Key is a user-provided name for the webhook.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Send webhook callback to a service. Key is a user-provided name for the webhook.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.INotificationSettingWebhooks) }, Read=true, ReadOnly=false, Required=false, SerializedName="webhooks", Update=true)]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.INotificationSettingWebhooks NotificationWebhook { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Send webhook callback to a service. Key is a user-provided name for the webhook.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.INotificationSettingWebhooks) }, Read=true, ReadOnly=false, Required=false, SerializedName="webhooks", Update=true)>]
member this.NotificationWebhook : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.INotificationSettingWebhooks with get, set
Public Property NotificationWebhook As INotificationSettingWebhooks

Property Value

Attributes

Applies to