Udostępnij za pośrednictwem


IWebAppsOperations.BeginCreateOrUpdateSourceControlSlotWithHttpMessagesAsync Metoda

Definicja

Aktualizacje konfiguracji kontroli źródła aplikacji.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner>> BeginCreateOrUpdateSourceControlSlotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner siteSourceControl, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member BeginCreateOrUpdateSourceControlSlotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner>>
Public Function BeginCreateOrUpdateSourceControlSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, siteSourceControl As SiteSourceControlInner, slot As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SiteSourceControlInner))

Parametry

resourceGroupName
String

Nazwa grupy zasobów, do której należy zasób.

name
String

Nazwa aplikacji.

siteSourceControl
SiteSourceControlInner

Reprezentacja obiektu SiteSourceControl w formacie JSON. Zobacz przykład.

slot
String

Nazwa miejsca wdrożenia. Jeśli miejsce nie zostanie określone, interfejs API zaktualizuje konfigurację kontroli źródła dla miejsca produkcyjnego.

customHeaders
Dictionary<String,List<String>>

Nagłówki, które zostaną dodane do żądania.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Wyjątki

Zgłaszany, gdy operacja zwróciła nieprawidłowy kod stanu

Zgłaszany, gdy nie można wykonać deserializacji odpowiedzi

Zgłaszany, gdy wymagany parametr ma wartość null

Uwagi

Opis Aktualizacje konfiguracji kontroli źródła aplikacji.

Dotyczy