Share via


BaseImageTriggerUpdateParameters Class

Definition

The properties for updating base image dependency trigger.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.BaseImageTriggerUpdateParametersTypeConverter))]
public class BaseImageTriggerUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IBaseImageTriggerUpdateParameters
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.BaseImageTriggerUpdateParametersTypeConverter))>]
type BaseImageTriggerUpdateParameters = class
    interface IBaseImageTriggerUpdateParameters
    interface IJsonSerializable
Public Class BaseImageTriggerUpdateParameters
Implements IBaseImageTriggerUpdateParameters
Inheritance
BaseImageTriggerUpdateParameters
Attributes
Implements

Constructors

BaseImageTriggerUpdateParameters()

Creates an new BaseImageTriggerUpdateParameters instance.

Properties

BaseImageTriggerType

The type of the auto trigger for base image dependency updates.

Name

The name of the trigger.

Status

The current status of trigger.

UpdateTriggerEndpoint

The endpoint URL for receiving update triggers.

UpdateTriggerPayloadType

Type of Payload body for Base image update triggers.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BaseImageTriggerUpdateParameters.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BaseImageTriggerUpdateParameters.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IBaseImageTriggerUpdateParameters.

FromJsonString(String)

Creates a new instance of BaseImageTriggerUpdateParameters, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BaseImageTriggerUpdateParameters into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to