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) |
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)
Initializes a new instance of the BaseImageTrigger class.
public BaseImageTrigger (string baseImageTriggerType, string name, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTrigger : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTrigger
Public Sub New (baseImageTriggerType As String, name As String, 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.
- status
- String
The current status of trigger. Possible values include: 'Disabled', 'Enabled'