你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

WebSiteManagementClientExtensions.ListSourceControls 方法

定义

获取可用于 Azure 网站的源代码控制。

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SourceControl> ListSourceControls (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations);
static member ListSourceControls : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SourceControl>
<Extension()>
Public Function ListSourceControls (operations As IWebSiteManagementClient) As IPage(Of SourceControl)

参数

operations
IWebSiteManagementClient

此扩展方法的操作组。

返回

注解

获取可用于 Azure 网站的源代码管理的说明。

适用于