Share via


ContainerRegistrySourceTriggerUpdateContent Class

Definition

The properties for updating a source based trigger.

public class ContainerRegistrySourceTriggerUpdateContent : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySourceTriggerUpdateContent>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ContainerRegistry.Models.ContainerRegistrySourceTriggerUpdateContent>
public class ContainerRegistrySourceTriggerUpdateContent
type ContainerRegistrySourceTriggerUpdateContent = class
    interface IJsonModel<ContainerRegistrySourceTriggerUpdateContent>
    interface IPersistableModel<ContainerRegistrySourceTriggerUpdateContent>
type ContainerRegistrySourceTriggerUpdateContent = class
Public Class ContainerRegistrySourceTriggerUpdateContent
Implements IJsonModel(Of ContainerRegistrySourceTriggerUpdateContent), IPersistableModel(Of ContainerRegistrySourceTriggerUpdateContent)
Public Class ContainerRegistrySourceTriggerUpdateContent
Inheritance
ContainerRegistrySourceTriggerUpdateContent
Implements

Constructors

ContainerRegistrySourceTriggerUpdateContent(String)

Initializes a new instance of ContainerRegistrySourceTriggerUpdateContent.

Properties

Name

The name of the trigger.

SourceRepository

The properties that describes the source(code) for the task.

SourceTriggerEvents

The source event corresponding to the trigger.

Status

The current status of trigger.

Explicit Interface Implementations

IJsonModel<ContainerRegistrySourceTriggerUpdateContent>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<ContainerRegistrySourceTriggerUpdateContent>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ContainerRegistrySourceTriggerUpdateContent>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ContainerRegistrySourceTriggerUpdateContent>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<ContainerRegistrySourceTriggerUpdateContent>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to