다음을 통해 공유


WebSiteManagementClientExtensions.ListSourceControlsAsync 메서드

정의

Azure 웹 사이트에 사용할 수 있는 소스 제어를 가져옵니다.

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

매개 변수

operations
IWebSiteManagementClient

이 확장 메서드에 대한 작업 그룹입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

Azure 웹 사이트에 사용할 수 있는 소스 컨트롤을 가져옵니다.

적용 대상