BaseImageTrigger 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
BaseImageTrigger() |
Initializes a new instance of the BaseImageTrigger class. |
BaseImageTrigger(String, String, String, String, String) |
Initializes a new instance of the BaseImageTrigger class. |
BaseImageTrigger()
Initializes a new instance of the BaseImageTrigger class.
public BaseImageTrigger ();
Public Sub New ()
Applies to
BaseImageTrigger(String, String, String, String, String)
Initializes a new instance of the BaseImageTrigger class.
public BaseImageTrigger (string baseImageTriggerType, string name, string updateTriggerEndpoint = default, string updateTriggerPayloadType = default, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Models.BaseImageTrigger : string * string * string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Models.BaseImageTrigger
Public Sub New (baseImageTriggerType As String, name As String, Optional updateTriggerEndpoint As String = Nothing, Optional updateTriggerPayloadType As String = Nothing, Optional status As String = Nothing)
Parameters
- baseImageTriggerType
- String
The type of the auto trigger for base image dependency updates. Possible values include: 'All', 'Runtime'
- name
- String
The name of the trigger.
- updateTriggerEndpoint
- String
The endpoint URL for receiving update triggers.
- updateTriggerPayloadType
- String
Type of Payload body for Base image update triggers. Possible values include: 'Default', 'Token'
- status
- String
The current status of trigger. Possible values include: 'Disabled', 'Enabled'
Applies to
Azure SDK for .NET