Freigeben über


WebAppsOperationsExtensions.UpdateSourceControlSlotAsync Methode

Definition

Aktualisierungen die Quellcodeverwaltungskonfiguration einer App.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner> UpdateSourceControlSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner siteSourceControl, string slot, System.Threading.CancellationToken cancellationToken = default);
static member UpdateSourceControlSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner>
<Extension()>
Public Function UpdateSourceControlSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteSourceControl As SiteSourceControlInner, slot As String, 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.

slot
String

Name des Bereitstellungsslots. Wenn kein Slot angegeben ist, aktualisiert die API die Quellcodeverwaltungskonfiguration für den Produktionsslot.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Aktualisierungen der Quellcodeverwaltungskonfiguration einer App.

Gilt für: