Uses of Class
com.azure.resourcemanager.containerregistry.models.TriggerStatus
Packages that use TriggerStatus
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of TriggerStatus in com.azure.resourcemanager.containerregistry.models
Fields in com.azure.resourcemanager.containerregistry.models declared as TriggerStatusModifier and TypeFieldDescriptionstatic final TriggerStatusTriggerStatus.DISABLEDStatic value Disabled for TriggerStatus.static final TriggerStatusTriggerStatus.ENABLEDStatic value Enabled for TriggerStatus.Methods in com.azure.resourcemanager.containerregistry.models that return TriggerStatusModifier and TypeMethodDescriptionstatic TriggerStatusTriggerStatus.fromString(String name) Creates or finds a TriggerStatus from its string representation.BaseImageTrigger.status()Get the status property: The current status of trigger.BaseImageTriggerUpdateParameters.status()Get the status property: The current status of trigger.RegistrySourceTrigger.status()Gets the source trigger status.SourceTrigger.status()Get the status property: The current status of trigger.SourceTriggerUpdateParameters.status()Get the status property: The current status of trigger.TimerTrigger.status()Get the status property: The current status of trigger.TimerTriggerUpdateParameters.status()Get the status property: The current status of trigger.Methods in com.azure.resourcemanager.containerregistry.models that return types with arguments of type TriggerStatusModifier and TypeMethodDescriptionstatic Collection<TriggerStatus> TriggerStatus.values()Gets known TriggerStatus values.Methods in com.azure.resourcemanager.containerregistry.models with parameters of type TriggerStatusModifier and TypeMethodDescriptionRegistryTask.UpdateStages.TriggerTypes.updateBaseImageTrigger(String baseImageTriggerName, BaseImageTriggerType baseImageTriggerType, TriggerStatus triggerStatus) The function that defines a base image trigger with all possible parameters for base image trigger update.RegistryTask.DefinitionStages.TriggerTypes.withBaseImageTrigger(String baseImageTriggerName, BaseImageTriggerType baseImageTriggerType, TriggerStatus triggerStatus) The function that defines a base image trigger with all possible parameters for base image trigger creation.BaseImageTrigger.withStatus(TriggerStatus status) Set the status property: The current status of trigger.BaseImageTriggerUpdateParameters.withStatus(TriggerStatus status) Set the status property: The current status of trigger.SourceTrigger.withStatus(TriggerStatus status) Set the status property: The current status of trigger.SourceTriggerUpdateParameters.withStatus(TriggerStatus status) Set the status property: The current status of trigger.TimerTrigger.withStatus(TriggerStatus status) Set the status property: The current status of trigger.TimerTriggerUpdateParameters.withStatus(TriggerStatus status) Set the status property: The current status of trigger.RegistrySourceTrigger.DefinitionStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus) The function that allows the user to input the state of the trigger status.RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus) The function that allows the user to input the state of the trigger status.RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus) The function that allows the user to input the state of the trigger status.