Udostępnij za pośrednictwem


WebAppsOperationsExtensions.BeginCreateOrUpdateAsync Metoda

Definicja

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner siteEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteEnvelope As SiteInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SiteInner)

Parametry

operations
IWebAppsOperations

Grupa operacji dla tej metody rozszerzenia.

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.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia nowej aplikacji internetowej, mobilnej lub interfejsu API w istniejącej grupie zasobów lub aktualizuje istniejącą aplikację.

Dotyczy