Поделиться через


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

Токен отмены.

Возвращаемое значение

Комментарии

Описание получения маркера системы управления версиями

Применяется к