Sdílet prostřednictvím


WebAppsOperationsExtensions.BeginCreateOrUpdateSourceControlSlotAsync Metoda

Definice

Aktualizace konfiguraci správy zdrojového kódu aplikace.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner> BeginCreateOrUpdateSourceControlSlotAsync (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 BeginCreateOrUpdateSourceControlSlotAsync : 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 BeginCreateOrUpdateSourceControlSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteSourceControl As SiteSourceControlInner, slot As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteSourceControlInner)

Parametry

operations
IWebAppsOperations

Skupina operací pro tuto metodu rozšíření.

resourceGroupName
String

Název skupiny prostředků, do které prostředek patří.

name
String

Obsahuje název aplikace.

siteSourceControl
SiteSourceControlInner

Reprezentace JSON objektu SiteSourceControl. Viz příklad.

slot
String

Název slotu nasazení. Pokud slot není zadaný, rozhraní API aktualizuje konfiguraci správy zdrojového kódu pro produkční slot.

cancellationToken
CancellationToken

Token zrušení.

Návraty

Poznámky

Popis Aktualizace konfiguraci správy zdrojového kódu aplikace.

Platí pro