Class BaseImageTriggerUpdateParameters

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

public class BaseImageTriggerUpdateParameters extends Object
The properties for updating base image dependency trigger.
  • Constructor Details

    • BaseImageTriggerUpdateParameters

      public BaseImageTriggerUpdateParameters()
  • 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 BaseImageTriggerUpdateParameters 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 BaseImageTriggerUpdateParameters object itself.
    • status

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

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

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

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