Interface WebAppSourceControl.UpdateDefinitionStages
-
- Enclosing interface:
- WebAppSourceControl
public static interface WebAppSourceControl.UpdateDefinitionStagesGrouping of web app source control definition stages applicable as part of a web app update.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceWebAppSourceControl.UpdateDefinitionStages.Blank<ParentT>The first stage of a web app source control definition as part of an update of a web app.static interfaceWebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>The final stage of the web app source control definition that binds to a GitHub account.static interfaceWebAppSourceControl.UpdateDefinitionStages.WithAttach<ParentT>The final stage of the web app source control definition.static interfaceWebAppSourceControl.UpdateDefinitionStages.WithBranch<ParentT>A web app source control definition allowing branch to be specified.static interfaceWebAppSourceControl.UpdateDefinitionStages.WithGitHubAccessToken<ParentT>A web app source control definition allowing GitHub access token to be specified.static interfaceWebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch<ParentT>A web app source control definition allowing branch to be specified.static interfaceWebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>A web app source control definition allowing repository type to be specified.
-