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