Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistryTask.Update
Packages that use RegistryTask.Update
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
null.
-
Uses of RegistryTask.Update in com.azure.resourcemanager.containerregistry.models
Subinterfaces with type arguments of type RegistryTask.Update in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for all the updates related to a RegistryDockerTaskStep.static interfaceContainer interface for all the updates related to a RegistryEncodedTaskStep.static interfaceContainer interface for all the updates related to a RegistryFileTaskStep.static interfaceContainer interface for all of the updates related to a container registry source trigger.static interfaceContainer interface for defining a new trigger during a task update.static interfaceThe stage of the definition which contains all the minimum required inputs for the resource to be attached, but also allows for any other optional settings to be specified.interfaceAn immutable client-side representation of an Azure registry task.Methods in com.azure.resourcemanager.containerregistry.models that return RegistryTask.UpdateModifier 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.