Interface SourceControl.DefinitionStages.WithGithubActionConfiguration

All Known Subinterfaces:
SourceControl.Definition, SourceControl.DefinitionStages.WithCreate
Enclosing interface:
SourceControl.DefinitionStages

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

    • withGithubActionConfiguration

      SourceControl.DefinitionStages.WithCreate 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.