Share via


IBaseImageTriggerUpdateParameters Interface

Definition

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

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

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to