ImageUpdateTrigger Constructors
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.
Overloads
ImageUpdateTrigger() |
Initializes a new instance of the ImageUpdateTrigger class. |
ImageUpdateTrigger(String, Nullable<DateTime>, IList<ImageDescriptor>) |
Initializes a new instance of the ImageUpdateTrigger class. |
ImageUpdateTrigger()
Initializes a new instance of the ImageUpdateTrigger class.
public ImageUpdateTrigger ();
Public Sub New ()
Applies to
ImageUpdateTrigger(String, Nullable<DateTime>, IList<ImageDescriptor>)
Initializes a new instance of the ImageUpdateTrigger class.
public ImageUpdateTrigger (string id = default, DateTime? timestamp = default, System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.ImageDescriptor> images = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.ImageUpdateTrigger : string * Nullable<DateTime> * System.Collections.Generic.IList<Microsoft.Azure.Management.ContainerRegistry.Models.ImageDescriptor> -> Microsoft.Azure.Management.ContainerRegistry.Models.ImageUpdateTrigger
Public Sub New (Optional id As String = Nothing, Optional timestamp As Nullable(Of DateTime) = Nothing, Optional images As IList(Of ImageDescriptor) = Nothing)
Parameters
- id
- String
The unique ID of the trigger.
- images
- IList<ImageDescriptor>
The list of image updates that caused the build.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET