Class BaseImageTrigger

java.lang.Object
com.microsoft.azure.management.containerregistry.BaseImageTrigger

public class BaseImageTrigger extends Object
The trigger based on base image dependency.
  • Constructor Details

    • BaseImageTrigger

      public BaseImageTrigger()
  • Method Details

    • baseImageTriggerType

      public BaseImageTriggerType baseImageTriggerType()
      Get the type of the auto trigger for base image dependency updates. Possible values include: 'All', 'Runtime'.
      Returns:
      the baseImageTriggerType value
    • withBaseImageTriggerType

      public BaseImageTrigger withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType)
      Set the type of the auto trigger for base image dependency updates. Possible values include: 'All', 'Runtime'.
      Parameters:
      baseImageTriggerType - the baseImageTriggerType value to set
      Returns:
      the BaseImageTrigger object itself.
    • status

      public TriggerStatus status()
      Get the current status of trigger. Possible values include: 'Disabled', 'Enabled'.
      Returns:
      the status value
    • withStatus

      public BaseImageTrigger withStatus(TriggerStatus status)
      Set the current status of trigger. Possible values include: 'Disabled', 'Enabled'.
      Parameters:
      status - the status value to set
      Returns:
      the BaseImageTrigger object itself.
    • name

      public String name()
      Get the name of the trigger.
      Returns:
      the name value
    • withName

      public BaseImageTrigger withName(String name)
      Set the name of the trigger.
      Parameters:
      name - the name value to set
      Returns:
      the BaseImageTrigger object itself.