Interface RegistrySourceTrigger.Update
-
- All Superinterfaces:
RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth,RegistrySourceTrigger.UpdateStages.RepositoryUrl,RegistrySourceTrigger.UpdateStages.SourceControlType,RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition,RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition,Settable<RegistryTask.Update>
- Enclosing interface:
- RegistrySourceTrigger
public static interface RegistrySourceTrigger.Update extends RegistrySourceTrigger.UpdateStages.SourceControlType, RegistrySourceTrigger.UpdateStages.RepositoryUrl, RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition, RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth, RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition, Settable<RegistryTask.Update>
Container interface for all of the updates related to a container registry source trigger.
-
-
Method Summary
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.UpdateStages.RepositoryBranchAndAuth
withRepositoryAuthentication, withRepositoryAuthentication, withRepositoryBranch
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.UpdateStages.RepositoryUrl
withSourceControlRepositoryUrl
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.UpdateStages.SourceControlType
withAzureDevOpsAsSourceControl, withGithubAsSourceControl, withSourceControl
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.UpdateStages.TriggerEventsDefinition
withCommitTriggerEvent, withPullTriggerEvent, withTriggerEvent
-
Methods inherited from interface com.azure.resourcemanager.containerregistry.models.RegistrySourceTrigger.UpdateStages.TriggerStatusDefinition
withTriggerStatus, withTriggerStatusDisabled, withTriggerStatusEnabled
-
-