Uses of Class
com.azure.resourcemanager.containerregistry.models.BaseImageTrigger
-
Packages that use BaseImageTrigger Package Description com.azure.resourcemanager.containerregistry.models Package containing the data models for ContainerRegistryManagementClient. -
-
Uses of BaseImageTrigger in com.azure.resourcemanager.containerregistry.models
Methods in com.azure.resourcemanager.containerregistry.models that return BaseImageTrigger Modifier and Type Method Description BaseImageTriggerTriggerProperties. baseImageTrigger()Get the baseImageTrigger property: The trigger based on base image dependencies.BaseImageTriggerBaseImageTrigger. withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)Set the baseImageTriggerType property: The type of the auto trigger for base image dependency updates.BaseImageTriggerBaseImageTrigger. withName(String name)Set the name property: The name of the trigger.BaseImageTriggerBaseImageTrigger. withStatus(TriggerStatus status)Set the status property: The current status of trigger.BaseImageTriggerBaseImageTrigger. withUpdateTriggerEndpoint(String updateTriggerEndpoint)Set the updateTriggerEndpoint property: The endpoint URL for receiving update triggers.BaseImageTriggerBaseImageTrigger. 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 BaseImageTrigger Modifier and Type Method Description TriggerPropertiesTriggerProperties. withBaseImageTrigger(BaseImageTrigger baseImageTrigger)Set the baseImageTrigger property: The trigger based on base image dependencies.
-