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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET