Uses of Interface
com.microsoft.azure.management.appservice.WebAppSourceControl.DefinitionStages.WithBranch
-
-
Uses of WebAppSourceControl.DefinitionStages.WithBranch in com.microsoft.azure.management.appservice
Subinterfaces of WebAppSourceControl.DefinitionStages.WithBranch 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.WithBranch Modifier and Type Method Description WebAppSourceControl.DefinitionStages.WithBranch<ParentT>WebAppSourceControl.DefinitionStages.WithRepositoryType. withPublicGitRepository(String url)Specifies the repository to be a public external repository, either Git or Mercurial.WebAppSourceControl.DefinitionStages.WithBranch<ParentT>WebAppSourceControl.DefinitionStages.WithRepositoryType. withPublicMercurialRepository(String url)Specifies the repository to be a public external repository, either Git or Mercurial.
-