Uses of Interface
com.azure.resourcemanager.appservice.models.WebAppSourceControl.DefinitionStages.WithBranch
-
Packages that use WebAppSourceControl.DefinitionStages.WithBranch Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of WebAppSourceControl.DefinitionStages.WithBranch in com.azure.resourcemanager.appservice.models
Subinterfaces of WebAppSourceControl.DefinitionStages.WithBranch in com.azure.resourcemanager.appservice.models Modifier and Type Interface Description static interfaceWebAppSourceControl.Definition<ParentT>The entirety of a web app source control definition.Methods in com.azure.resourcemanager.appservice.models 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.
-