public static interface RegistryTask.UpdateStages.TriggerTypes
| Modifier and Type | Method and Description |
|---|---|
RegistrySourceTrigger.UpdateDefinitionStages.Blank |
defineSourceTrigger(String sourceTriggerName)
The function that allows us to define a new source trigger in a registry task update.
|
RegistryTask.Update |
updateBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType)
The function that defines a base image trigger with the two parameters required for base image trigger update.
|
RegistryTask.Update |
updateBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType,
TriggerStatus triggerStatus)
The function that defines a base image trigger with all possible parameters for base image trigger update.
|
RegistrySourceTrigger.Update |
updateSourceTrigger(String sourceTriggerName)
The function that begins the definition of a source trigger.
|
RegistrySourceTrigger.Update updateSourceTrigger(String sourceTriggerName)
RegistrySourceTrigger.UpdateDefinitionStages.Blank defineSourceTrigger(String sourceTriggerName)
sourceTriggerName - the name of the new source trigger we are updating.RegistryTask.Update updateBaseImageTrigger(String baseImageTriggerName, BaseImageTriggerType baseImageTriggerType)
baseImageTriggerName - the name of the base image trigger.baseImageTriggerType - the trigger type for the base image. Can be "All", "Runtime", or something else that the user inputs.RegistryTask.Update updateBaseImageTrigger(String baseImageTriggerName, BaseImageTriggerType baseImageTriggerType, TriggerStatus triggerStatus)
baseImageTriggerName - the name of the base image trigger.baseImageTriggerType - the trigger type for the base image. Can be "All", "Runtime", or something else that the user inputs.triggerStatus - the status for the trigger. Can be enabled, disabled, or something else that the user inputs./**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/