IBaseImageTrigger Interface
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.
[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) |