Sdílet prostřednictvím


WebSiteManagementClientExtensions.UpdateSourceControlAsync Metoda

Definice

Aktualizace token správy zdrojového kódu

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

Parametry

operations
IWebSiteManagementClient

Skupina operací pro tuto rozšiřující metodu.

sourceControlType
String

Typ správy zdrojového kódu

requestMessage
SourceControlInner

Informace o tokenu správy zdrojového kódu

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis tokenu správy zdrojového kódu Aktualizace

Platí pro