AzureDevOpsWebhook Class
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 details specific for Azure DevOps.
public class AzureDevOpsWebhook : Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.AzureDevOpsWebhook>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.AzureDevOpsWebhook>
public class AzureDevOpsWebhook : Azure.ResourceManager.MachineLearning.Models.MachineLearningWebhook
type AzureDevOpsWebhook = class
inherit MachineLearningWebhook
interface IJsonModel<AzureDevOpsWebhook>
interface IPersistableModel<AzureDevOpsWebhook>
type AzureDevOpsWebhook = class
inherit MachineLearningWebhook
Public Class AzureDevOpsWebhook
Inherits MachineLearningWebhook
Implements IJsonModel(Of AzureDevOpsWebhook), IPersistableModel(Of AzureDevOpsWebhook)
Public Class AzureDevOpsWebhook
Inherits MachineLearningWebhook
- Inheritance
- Implements
Constructors
AzureDevOpsWebhook() |
Initializes a new instance of AzureDevOpsWebhook. |
Properties
EventType |
Send callback on a specified notification event. (Inherited from MachineLearningWebhook) |
Explicit Interface Implementations
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for .NET