다음을 통해 공유


WebSiteManagementClientExtensions.GetSourceControlAsync 메서드

정의

소스 제어 토큰을 가져옵니다.

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

매개 변수

operations
IWebSiteManagementClient

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

sourceControlType
String

소스 제어 유형

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

소스 제어 토큰 가져오기에 대한 설명

적용 대상