BaseImageTriggerUpdateParameters 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 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() |