Uses of Interface
com.microsoft.azure.management.containerregistry.RegistryTask.Update
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of RegistryTask.Update in com.microsoft.azure.management.containerregistry
Modifier and TypeMethodDescriptionRegistryTask.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.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.UpdateStages.AgentConfiguration.withCpuCount
(int count) The function that updates the count of the CPU.RegistryTask.UpdateStages.Platform.withLinux()
The function that specifies a Linux OS system for the platform.RegistryTask.UpdateStages.Platform.withLinux
(Architecture architecture) The function that specifies a Linux OS system and architecture for the platform.RegistryTask.UpdateStages.Platform.withLinux
(Architecture architecture, Variant variant) The function that specifies a Linux OS system, architecture, and CPU variant.RegistryTask.UpdateStages.Platform.withPlatform
(PlatformUpdateParameters platformProperties) The function that specifies a platform.RegistryTask.UpdateStages.Timeout.withTimeout
(int timeout) The function that updates the timeout time.RegistryTask.UpdateStages.Platform.withWindows()
The function that specifies a Windows OS system for the platform.RegistryTask.UpdateStages.Platform.withWindows
(Architecture architecture) The function that specifies a Windows OS system and architecture for the platform.RegistryTask.UpdateStages.Platform.withWindows
(Architecture architecture, Variant variant) The function that specifies a Windows OS system, architecture, and CPU variant.