Dela via


WebAppsOperationsExtensions.UpdateSourceControlSlotAsync Metod

Definition

Uppdateringar konfigurationen av källkontroll för en 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)

Parametrar

operations
IWebAppsOperations

Åtgärdsgruppen för den här tilläggsmetoden.

resourceGroupName
String

Namnet på resursgruppen som resursen tillhör.

name
String

Namnet på appen.

siteSourceControl
SiteSourceControlInner

JSON-representation av ett SiteSourceControl-objekt. Se exempel.

slot
String

Namnet på distributionsfacket. Om inget fack anges uppdaterar API:et källkontrollkonfigurationen för produktionsplatsen.

cancellationToken
CancellationToken

Annulleringstoken.

Returer

Kommentarer

Beskrivning av Uppdateringar konfigurationen av källkontroll för en app.

Gäller för