Partager via


WebSiteManagementClientExtensions.GetSourceControlAsync Méthode

Définition

Obtient le jeton de contrôle de code source

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

Paramètres

operations
IWebSiteManagementClient

Groupe d’opérations pour cette méthode d’extension.

sourceControlType
String

Type de contrôle de code source

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

Remarques

Description pour Obtient le jeton de contrôle de code source

S’applique à