Class BaseImageTriggerUpdateParameters
java.lang.Object
com.microsoft.azure.management.containerregistry.BaseImageTriggerUpdateParameters
The properties for updating base image dependency trigger.
-
Constructor Summary
-
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
-
BaseImageTriggerUpdateParameters
public BaseImageTriggerUpdateParameters()
-
-
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
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
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 BaseImageTriggerUpdateParameters 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 BaseImageTriggerUpdateParameters object itself.
-