Uses of Interface
com.microsoft.azure.management.appservice.WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach
-
-
Uses of WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach in com.microsoft.azure.management.appservice
Subinterfaces of WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach in com.microsoft.azure.management.appservice Modifier and Type Interface Description static interfaceWebAppSourceControl.UpdateDefinition<ParentT>The entirety of a web app source control definition as part of a web app update.Methods in com.microsoft.azure.management.appservice that return WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach Modifier and Type Method Description WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>WebAppSourceControl.UpdateDefinitionStages.WithGitHubBranch. withBranch(String branch)Specifies the branch in the repository to use.WebAppSourceControl.UpdateDefinitionStages.GitHubWithAttach<ParentT>WebAppSourceControl.UpdateDefinitionStages.WithGitHubAccessToken. withGitHubAccessToken(String personalAccessToken)Specifies the GitHub personal access token.
-