WebAppsOperationsExtensions.UpdateSourceControlAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Aktualisierungen die Quellcodeverwaltungskonfiguration einer App.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner> UpdateSourceControlAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner siteSourceControl, System.Threading.CancellationToken cancellationToken = default);
static member UpdateSourceControlAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner>
<Extension()>
Public Function UpdateSourceControlAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteSourceControl As SiteSourceControlInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteSourceControlInner)
Parameter
- operations
- IWebAppsOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name der Ressourcengruppe, zu der die Ressource gehört.
- name
- String
Name der App
- siteSourceControl
- SiteSourceControlInner
JSON-Darstellung eines SiteSourceControl-Objekts. Weitere Informationen sind im Beispiel enthalten.
- cancellationToken
- CancellationToken
Das Abbruchtoken.
Gibt zurück
Hinweise
Beschreibung für Aktualisierungen der Quellcodeverwaltungskonfiguration einer App.
Gilt für:
Azure SDK for .NET