ImageUpdateTrigger Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The image update trigger that caused a build.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ImageUpdateTriggerTypeConverter))]
public class ImageUpdateTrigger : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageUpdateTrigger
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.ImageUpdateTriggerTypeConverter))>]
type ImageUpdateTrigger = class
interface IImageUpdateTrigger
interface IJsonSerializable
Public Class ImageUpdateTrigger
Implements IImageUpdateTrigger
- Inheritance
-
ImageUpdateTrigger
- Attributes
- Implements
Constructors
ImageUpdateTrigger() |
Creates an new ImageUpdateTrigger instance. |
Properties
Id |
The unique ID of the trigger. |
Image |
The list of image updates that caused the build. |
Timestamp |
The timestamp when the image update happened. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ImageUpdateTrigger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ImageUpdateTrigger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IImageUpdateTrigger. |
FromJsonString(String) |
Creates a new instance of ImageUpdateTrigger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ImageUpdateTrigger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |