RegistryTask.Update |
RegistryTask.UpdateStages.TriggerTypes.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 |
RegistryTask.UpdateStages.TriggerTypes.updateBaseImageTrigger(String baseImageTriggerName,
BaseImageTriggerType baseImageTriggerType,
TriggerStatus triggerStatus) |
The function that defines a base image trigger with all possible parameters for base image trigger
update.
|
RegistryTask.Update |
RegistryTask.UpdateStages.AgentConfiguration.withCpuCount(int count) |
The function that updates the count of the CPU.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withLinux() |
The function that specifies a Linux OS system for the platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withLinux(Architecture architecture) |
The function that specifies a Linux OS system and architecture for the platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withLinux(Architecture architecture,
Variant variant) |
The function that specifies a Linux OS system, architecture, and CPU variant.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withPlatform(PlatformUpdateParameters platformProperties) |
The function that specifies a platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Timeout.withTimeout(int timeout) |
The function that updates the timeout time.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withWindows() |
The function that specifies a Windows OS system for the platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withWindows(Architecture architecture) |
The function that specifies a Windows OS system and architecture for the platform.
|
RegistryTask.Update |
RegistryTask.UpdateStages.Platform.withWindows(Architecture architecture,
Variant variant) |
The function that specifies a Windows OS system, architecture, and CPU variant.
|