Udostępnij za pośrednictwem


IWebAppsOperations.CreateOrUpdateSourceControlWithHttpMessagesAsync 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>> CreateOrUpdateSourceControlWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner siteSourceControl, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateSourceControlWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteSourceControlInner * 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 CreateOrUpdateSourceControlWithHttpMessagesAsync (resourceGroupName As String, name As String, siteSourceControl As SiteSourceControlInner, 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 JSON obiektu SiteSourceControl. Zobacz przykład.

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