ArmContainerRegistryTasksModelFactory.ContainerRegistryTaskImageUpdateTrigger Method
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.
public static Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskImageUpdateTrigger ContainerRegistryTaskImageUpdateTrigger(string id = default, DateTimeOffset? occurredOn = default, System.Collections.Generic.IEnumerable<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskImageDescriptor> images = default);
static member ContainerRegistryTaskImageUpdateTrigger : string * Nullable<DateTimeOffset> * seq<Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskImageDescriptor> -> Azure.ResourceManager.ContainerRegistry.Tasks.Models.ContainerRegistryTaskImageUpdateTrigger
Public Shared Function ContainerRegistryTaskImageUpdateTrigger (Optional id As String = Nothing, Optional occurredOn As Nullable(Of DateTimeOffset) = Nothing, Optional images As IEnumerable(Of ContainerRegistryTaskImageDescriptor) = Nothing) As ContainerRegistryTaskImageUpdateTrigger
Parameters
- id
- String
The unique ID of the trigger.
- occurredOn
- Nullable<DateTimeOffset>
The timestamp when the image update happened.
The list of image updates that caused the build.
Returns
A new ContainerRegistryTaskImageUpdateTrigger instance for mocking.