ITriggerTypes.UpdateBaseImageTrigger 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
UpdateBaseImageTrigger(String, BaseImageTriggerType) |
The function that defines a base image trigger with the two parameters required for base image trigger update. |
UpdateBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus) |
The function that defines a base image trigger with all possible parameters for base image trigger update. |
UpdateBaseImageTrigger(String, BaseImageTriggerType)
The function that defines a base image trigger with the two parameters required for base image trigger update.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate UpdateBaseImageTrigger (string baseImageTriggerName, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType baseImageTriggerType);
abstract member UpdateBaseImageTrigger : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate
Public Function UpdateBaseImageTrigger (baseImageTriggerName As String, baseImageTriggerType As BaseImageTriggerType) As IUpdate
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
UpdateBaseImageTrigger(String, BaseImageTriggerType, TriggerStatus)
The function that defines a base image trigger with all possible parameters for base image trigger update.
public Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate UpdateBaseImageTrigger (string baseImageTriggerName, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType baseImageTriggerType, Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TriggerStatus triggerStatus);
abstract member UpdateBaseImageTrigger : string * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.BaseImageTriggerType * Microsoft.Azure.Management.ContainerRegistry.Fluent.Models.TriggerStatus -> Microsoft.Azure.Management.ContainerRegistry.Fluent.RegistryTask.Update.IUpdate
Public Function UpdateBaseImageTrigger (baseImageTriggerName As String, baseImageTriggerType As BaseImageTriggerType, triggerStatus As TriggerStatus) As IUpdate
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