Udostępnij za pośrednictwem


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>
type ContainerRegistrySourceTriggerUpdateContent = class
    interface IJsonModel<ContainerRegistrySourceTriggerUpdateContent>
    interface IPersistableModel<ContainerRegistrySourceTriggerUpdateContent>
Public Class ContainerRegistrySourceTriggerUpdateContent
Implements IJsonModel(Of ContainerRegistrySourceTriggerUpdateContent), IPersistableModel(Of 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.

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

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