你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
WebAppSourceControl.UpdateDefinitionStages.Blank<ParentT> Interface
Type Parameters
- ParentT
the return type of the final attach()
public interface Blank extends WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType
The first stage of a web app source control definition as part of an update of a web app.
Inherited Members
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withContinuouslyIntegratedGitHubRepository(String organization, String repository)
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withContinuouslyIntegratedGitHubRepository(String url)
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withPublicGitRepository(String url)
WebAppSourceControl.UpdateDefinitionStages.WithRepositoryType<ParentT>.withPublicMercurialRepository(String url)