Uses of Class
com.azure.resourcemanager.containerregistry.models.BaseImageTrigger
Packages that use BaseImageTrigger
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of BaseImageTrigger in com.azure.resourcemanager.containerregistry.models
Classes in com.azure.resourcemanager.containerregistry.models that implement interfaces with type arguments of type BaseImageTriggerModifier and TypeClassDescriptionfinal classThe trigger based on base image dependency.Methods in com.azure.resourcemanager.containerregistry.models that return BaseImageTriggerModifier and TypeMethodDescriptionTriggerProperties.baseImageTrigger()Get the baseImageTrigger property: The trigger based on base image dependencies.static BaseImageTriggerBaseImageTrigger.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of BaseImageTrigger from the JsonReader.BaseImageTrigger.withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType) Set the baseImageTriggerType property: The type of the auto trigger for base image dependency updates.Set the name property: The name of the trigger.BaseImageTrigger.withStatus(TriggerStatus status) Set the status property: The current status of trigger.BaseImageTrigger.withUpdateTriggerEndpoint(String updateTriggerEndpoint) Set the updateTriggerEndpoint property: The endpoint URL for receiving update triggers.BaseImageTrigger.withUpdateTriggerPayloadType(UpdateTriggerPayloadType updateTriggerPayloadType) Set the updateTriggerPayloadType property: Type of Payload body for Base image update triggers.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type BaseImageTriggerModifier and TypeMethodDescriptionTriggerProperties.withBaseImageTrigger(BaseImageTrigger baseImageTrigger) Set the baseImageTrigger property: The trigger based on base image dependencies.