BaseImageTriggerUpdateParameters 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
BaseImageTriggerUpdateParameters() |
Initializes a new instance of the BaseImageTriggerUpdateParameters class. |
BaseImageTriggerUpdateParameters(String, String, String) |
Initializes a new instance of the BaseImageTriggerUpdateParameters class. |
BaseImageTriggerUpdateParameters()
Initializes a new instance of the BaseImageTriggerUpdateParameters class.
public BaseImageTriggerUpdateParameters ();
Public Sub New ()
Applies to
BaseImageTriggerUpdateParameters(String, String, String)
Initializes a new instance of the BaseImageTriggerUpdateParameters class.
public BaseImageTriggerUpdateParameters (string name, string baseImageTriggerType = default, string status = default);
new Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerUpdateParameters : string * string * string -> Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerUpdateParameters
Public Sub New (name As String, Optional baseImageTriggerType As String = Nothing, Optional status As String = Nothing)
Parameters
- name
- String
The name of the trigger.
- baseImageTriggerType
- String
The type of the auto trigger for base image dependency updates. Possible values include: 'All', 'Runtime'
- status
- String
The current status of trigger. Possible values include: 'Disabled', 'Enabled'