ITriggerTypes.WithBaseImageTrigger 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.
Overloads
WithBaseImageTrigger(String, BaseImageTriggerType) |
The function that defines a base image trigger with the two parameters required for base image trigger creation. |
WithBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus) |
The function that defines a base image trigger with all possible parameters for base image trigger creation. |
WithBaseImageTrigger(String, BaseImageTriggerType)
The function that defines a base image trigger with the two parameters required for base image trigger creation.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskCreatable WithBaseImageTrigger (string baseImageTriggerName, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType baseImageTriggerType);
abstract member WithBaseImageTrigger : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskCreatable
Public Function WithBaseImageTrigger (baseImageTriggerName As String, baseImageTriggerType As BaseImageTriggerType) As ITaskCreatable
Parameters
- baseImageTriggerName
- String
The name of the base image trigger.
- baseImageTriggerType
- BaseImageTriggerType
The trigger type for the base image. Can be "All", "Runtime", or something else that the user inputs.
Returns
Applies to
WithBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus)
The function that defines a base image trigger with all possible parameters for base image trigger creation.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskCreatable WithBaseImageTrigger (string baseImageTriggerName, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType baseImageTriggerType, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TriggerStatus triggerStatus);
abstract member WithBaseImageTrigger : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TriggerStatus -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Definition.ITaskCreatable
Public Function WithBaseImageTrigger (baseImageTriggerName As String, baseImageTriggerType As BaseImageTriggerType, triggerStatus As TriggerStatus) As ITaskCreatable
Parameters
- baseImageTriggerName
- String
The name of the base image trigger.
- baseImageTriggerType
- BaseImageTriggerType
The trigger type for the base image. Can be "All", "Runtime", or something else that the user inputs.
- triggerStatus
- TriggerStatus
The status for the trigger. Can be enabled, disabled, or something else that the user inputs.
Returns
Applies to
Azure SDK for .NET