Bagikan melalui


IBaseImageTrigger Interface

Definition

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

Properties

Name

The name of the trigger.

Status

The current status of trigger.

Type

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

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