Udostępnij za pośrednictwem


IWebAppsOperations.UpdateWithHttpMessagesAsync Metoda

Definicja

Tworzy nową aplikację internetową, mobilną lub interfejs API w istniejącej grupie zasobów lub aktualizuje istniejącą aplikację.

public System.Threading.Tasks.Task<Microsoft.Rest.Azure.AzureOperationResponse<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>> UpdateWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource siteEnvelope, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource * 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.SiteInner>>
Public Function UpdateWithHttpMessagesAsync (resourceGroupName As String, name As String, siteEnvelope As SitePatchResource, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AzureOperationResponse(Of SiteInner))

Parametry

resourceGroupName
String

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

name
String

Unikatowa nazwa aplikacji do utworzenia lub zaktualizowania. Aby utworzyć lub zaktualizować miejsce wdrożenia, użyj parametru {slot}.

siteEnvelope
SitePatchResource

Reprezentacja właściwości aplikacji w formacie JSON. 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 tworzenia nowej aplikacji internetowej, mobilnej lub interfejsu API w istniejącej grupie zasobów lub aktualizacji istniejącej aplikacji.

Dotyczy