Udostępnij za pośrednictwem


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

Reprezentacja JSON właściwości aplikacji. 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 aktualizuje istniejącą aplikację.

Dotyczy