WebAppsOperationsExtensions.CreateOrUpdateSourceControlSlotAsync Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Aktualizacje konfiguracji kontroli źródła aplikacji.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner> CreateOrUpdateSourceControlSlotAsync (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 CreateOrUpdateSourceControlSlotAsync : 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 CreateOrUpdateSourceControlSlotAsync (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
Grupa operacji dla tej metody rozszerzenia.
- resourceGroupName
- String
Nazwa grupy zasobów, do której należy zasób.
- name
- String
Nazwa aplikacji.
- siteSourceControl
- SiteSourceControlInner
Reprezentacja JSON obiektu SiteSourceControl. Zobacz przykład.
- slot
- String
Nazwa miejsca wdrożenia. Jeśli nie określono miejsca, interfejs API zaktualizuje konfigurację kontroli źródła dla miejsca produkcyjnego.
- cancellationToken
- CancellationToken
Token anulowania.
Zwraca
Uwagi
Opis Aktualizacje konfiguracji kontroli źródła aplikacji.
Dotyczy
Azure SDK for .NET