IBaseImageTriggerUpdateParameters 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.BaseImageTriggerUpdateParametersTypeConverter))]
public interface IBaseImageTriggerUpdateParameters : Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Models.Api20190601Preview.BaseImageTriggerUpdateParametersTypeConverter))>]
type IBaseImageTriggerUpdateParameters = interface
interface IJsonSerializable
Public Interface IBaseImageTriggerUpdateParameters
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |