Uses of Class
com.microsoft.azure.management.containerregistry.BaseImageTrigger
Packages that use BaseImageTrigger
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
-
Uses of BaseImageTrigger in com.microsoft.azure.management.containerregistry
Methods in com.microsoft.azure.management.containerregistry that return BaseImageTriggerModifier and TypeMethodDescriptionTriggerProperties.baseImageTrigger()
Get the trigger based on base image dependencies.BaseImageTrigger.withBaseImageTriggerType
(BaseImageTriggerType baseImageTriggerType) Set the type of the auto trigger for base image dependency updates.Set the name of the trigger.BaseImageTrigger.withStatus
(TriggerStatus status) Set the current status of trigger.Methods in com.microsoft.azure.management.containerregistry with parameters of type BaseImageTriggerModifier and TypeMethodDescriptionTriggerProperties.withBaseImageTrigger
(BaseImageTrigger baseImageTrigger) Set the trigger based on base image dependencies.