ภาษา

ArmMachineLearningModelFactory.MachineLearningWebhook(String, String) Method

Definition

Webhook base Please note this is the abstract base class. The derived classes available for instantiation are: AzureDevOpsWebhook.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook MachineLearningWebhook(string eventType = default, string webhookType = default);
static member MachineLearningWebhook : string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook
Public Shared Function MachineLearningWebhook (Optional eventType As String = Nothing, Optional webhookType As String = Nothing) As MachineLearningWebhook

Parameters

eventType
String

Send callback on a specified notification event.

webhookType
String

[Required] Specifies the type of service to send a callback.

Returns

A new MachineLearningWebhook instance for mocking.

Applies to