ArmMachineLearningModelFactory.MachineLearningWebhook(String, String) Method
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.
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.