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