Class BaseImageTrigger
java.lang.Object
com.microsoft.azure.management.containerregistry.BaseImageTrigger
The trigger based on base image dependency.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the type of the auto trigger for base image dependency updates.name()Get the name of the trigger.status()Get the current status of trigger.withBaseImageTriggerType(BaseImageTriggerType baseImageTriggerType) Set the type of the auto trigger for base image dependency updates.Set the name of the trigger.withStatus(TriggerStatus status) Set the current status of trigger.
-
Constructor Details
-
BaseImageTrigger
public BaseImageTrigger()
-
-
Method Details
-
baseImageTriggerType
Get the type of the auto trigger for base image dependency updates. Possible values include: 'All', 'Runtime'.- Returns:
- the baseImageTriggerType value
-
withBaseImageTriggerType
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
Get the current status of trigger. Possible values include: 'Disabled', 'Enabled'.- Returns:
- the status value
-
withStatus
Set the current status of trigger. Possible values include: 'Disabled', 'Enabled'.- Parameters:
status- the status value to set- Returns:
- the BaseImageTrigger object itself.
-
name
Get the name of the trigger.- Returns:
- the name value
-
withName
Set the name of the trigger.- Parameters:
name- the name value to set- Returns:
- the BaseImageTrigger object itself.
-