Uses of Class
com.microsoft.azure.management.containerregistry.TriggerStatus
Packages that use TriggerStatus
Package
Description
This package contains the classes for ContainerRegistryManagementClient.
- 
Uses of TriggerStatus in com.microsoft.azure.management.containerregistryFields in com.microsoft.azure.management.containerregistry declared as TriggerStatusModifier and TypeFieldDescriptionstatic final TriggerStatusTriggerStatus.DISABLEDStatic value Disabled for TriggerStatus.static final TriggerStatusTriggerStatus.ENABLEDStatic value Enabled for TriggerStatus.Methods in com.microsoft.azure.management.containerregistry that return TriggerStatusModifier and TypeMethodDescriptionstatic TriggerStatusTriggerStatus.fromString(String name) Creates or finds a TriggerStatus from its string representation.BaseImageTrigger.status()Get the current status of trigger.BaseImageTriggerUpdateParameters.status()Get the current status of trigger.RegistrySourceTrigger.status()SourceTrigger.status()Get the current status of trigger.SourceTriggerUpdateParameters.status()Get the current status of trigger.Methods in com.microsoft.azure.management.containerregistry that return types with arguments of type TriggerStatusMethods in com.microsoft.azure.management.containerregistry 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 current status of trigger.BaseImageTriggerUpdateParameters.withStatus(TriggerStatus status) Set the current status of trigger.SourceTrigger.withStatus(TriggerStatus status) Set the current status of trigger.SourceTriggerUpdateParameters.withStatus(TriggerStatus status) Set 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.