다음을 통해 공유


IWebSiteManagementClient.GetSourceControlWithHttpMessagesAsync 메서드

정의

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

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner>> GetSourceControlWithHttpMessagesAsync (string sourceControlType, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetSourceControlWithHttpMessagesAsync : string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.SourceControlInner>>
Public Function GetSourceControlWithHttpMessagesAsync (sourceControlType As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SourceControlInner))

매개 변수

sourceControlType
String

소스 제어 유형

customHeaders
Dictionary<String,List<String>>

요청에 추가할 헤더입니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

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

적용 대상