Interface SourceControl.UpdateStages.WithGithubActionConfiguration

All Known Subinterfaces:
SourceControl.Update
Enclosing interface:
SourceControl.UpdateStages

public static interface SourceControl.UpdateStages.WithGithubActionConfiguration
The stage of the SourceControl update allowing to specify githubActionConfiguration.
  • Method Details

    • withGithubActionConfiguration

      SourceControl.Update withGithubActionConfiguration(GithubActionConfiguration githubActionConfiguration)
      Specifies the githubActionConfiguration property: Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time.
      Parameters:
      githubActionConfiguration - Container App Revision Template with all possible settings and the defaults if user did not provide them. The defaults are populated as they were at the creation time.
      Returns:
      the next definition stage.