WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withPublicGitRepository(String url) 方法
定义
Specifies the repository to be a public external repository, either Git or Mercurial. Continuous integration will not be turned on.
public WithBranch<ParentT> withPublicGitRepository(String url)
参数
- url
- String
the url of the Git repository
返回
the next stage of the definition