Uses of Interface
com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable
Packages that use RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable
Package
Description
Package containing the data models for ContainerRegistryManagementClient.
-
Uses of RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable in com.azure.resourcemanager.containerregistry.models
Subinterfaces of RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachable in com.azure.resourcemanager.containerregistry.modelsModifier and TypeInterfaceDescriptionstatic interfaceContainer interface for defining a new trigger during a task update.Methods in com.azure.resourcemanager.containerregistry.models that return RegistrySourceTrigger.UpdateDefinitionStages.SourceTriggerAttachableModifier and TypeMethodDescriptionRegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withCommitTriggerEvent()The function that specifies a commit action will trigger a run.RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withPullTriggerEvent()The function that specifies a pull action will trigger a run.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryAuthentication(TokenType tokenType, String token, String refreshToken, String scope, int expiresIn) The function that allows the user to input the type of the token used for authentication and the token itself to authenticate to the source control repository.RegistrySourceTrigger.UpdateDefinitionStages.RepositoryBranchAndAuth.withRepositoryBranch(String branch) The function that specifies the branch of the respository to use.RegistrySourceTrigger.UpdateDefinitionStages.TriggerEventsDefinition.withTriggerEvent(SourceTriggerEvent sourceTriggerEvent) The function that allows the user to specify an action that will trigger a run when it is executed.RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatus(TriggerStatus triggerStatus) The function that allows the user to input the state of the trigger status.RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatusDisabled()The function that sets the trigger status to be disabled.RegistrySourceTrigger.UpdateDefinitionStages.TriggerStatusDefinition.withTriggerStatusEnabled()The function that sets the trigger status to be enabled.