次の方法で共有


WebSiteManagementClientExtensions.ListSourceControlsAsync メソッド

定義

Azure Web サイトで使用できるソース管理を取得します。

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SourceControl>> ListSourceControlsAsync (this Microsoft.Azure.Management.WebSites.IWebSiteManagementClient operations, System.Threading.CancellationToken cancellationToken = default);
static member ListSourceControlsAsync : Microsoft.Azure.Management.WebSites.IWebSiteManagementClient * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.SourceControl>>
<Extension()>
Public Function ListSourceControlsAsync (operations As IWebSiteManagementClient, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SourceControl))

パラメーター

operations
IWebSiteManagementClient

この拡張メソッドの操作グループ。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

[説明] Azure Web サイトで使用できるソース管理を取得します。

適用対象