共用方式為


AzureDevOpsWebhook Class

Definition

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
AzureDevOpsWebhook
Implements

Constructors

AzureDevOpsWebhook()

Initializes a new instance of AzureDevOpsWebhook.

Properties

EventType

Send callback on a specified notification event.

(Inherited from MachineLearningWebhook)

Explicit Interface Implementations

IJsonModel<AzureDevOpsWebhook>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<AzureDevOpsWebhook>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningWebhook>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

(Inherited from MachineLearningWebhook)
IJsonModel<MachineLearningWebhook>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningWebhook)
IPersistableModel<AzureDevOpsWebhook>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<AzureDevOpsWebhook>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<AzureDevOpsWebhook>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningWebhook>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningWebhook)
IPersistableModel<MachineLearningWebhook>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

(Inherited from MachineLearningWebhook)
IPersistableModel<MachineLearningWebhook>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningWebhook)

Applies to