Udostępnij za pośrednictwem


IWebAppsOperations.UpdateSlotWithHttpMessagesAsync 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>> UpdateSlotWithHttpMessagesAsync (string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource siteEnvelope, string slot, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default, System.Threading.CancellationToken cancellationToken = default);
abstract member UpdateSlotWithHttpMessagesAsync : string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SitePatchResource * 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.SiteInner>>
Public Function UpdateSlotWithHttpMessagesAsync (resourceGroupName As String, name As String, siteEnvelope As SitePatchResource, slot As String, 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.

slot
String

Nazwa miejsca wdrożenia do utworzenia lub zaktualizowania. Domyślnie ten interfejs API próbuje utworzyć lub zmodyfikować miejsce produkcyjne.

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