Uses of Interface
com.microsoft.azure.management.appservice.WebAppSourceControl.DefinitionStages.WithGitHubBranch
-
-
Uses of WebAppSourceControl.DefinitionStages.WithGitHubBranch in com.microsoft.azure.management.appservice
Subinterfaces of WebAppSourceControl.DefinitionStages.WithGitHubBranch 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.WithGitHubBranch Modifier and Type Method Description WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>WebAppSourceControl.DefinitionStages.WithRepositoryType. withContinuouslyIntegratedGitHubRepository(String url)Specifies the repository to be a GitHub repository.WebAppSourceControl.DefinitionStages.WithGitHubBranch<ParentT>WebAppSourceControl.DefinitionStages.WithRepositoryType. withContinuouslyIntegratedGitHubRepository(String organization, String repository)Specifies the repository to be a GitHub repository.
-