BaseImageTrigger 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 trigger based on base image dependency.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.BaseImageTriggerTypeConverter))]
public class BaseImageTrigger : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IBaseImageTrigger
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.BaseImageTriggerTypeConverter))>]
type BaseImageTrigger = class
interface IBaseImageTrigger
interface IJsonSerializable
Public Class BaseImageTrigger
Implements IBaseImageTrigger
- Inheritance
-
BaseImageTrigger
- Attributes
- Implements
Constructors
BaseImageTrigger() |
Creates an new BaseImageTrigger instance. |
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
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of BaseImageTrigger. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of BaseImageTrigger. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.IBaseImageTrigger. |
FromJsonString(String) |
Creates a new instance of BaseImageTrigger, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of BaseImageTrigger into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |