Udostępnij za pośrednictwem


WebAppsOperationsExtensions.CreateOrUpdateSlotAsync 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> CreateOrUpdateSlotAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner siteEnvelope, string slot, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateSlotAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * string * Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>
<Extension()>
Public Function CreateOrUpdateSlotAsync (operations As IWebAppsOperations, resourceGroupName As String, name As String, siteEnvelope As SiteInner, slot As String, 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 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.

cancellationToken
CancellationToken

Token anulowania.

Zwraca

Uwagi

Opis tworzenia nowej aplikacji internetowej, mobilnej lub interfejsu API w istniejącej grupie zasobów lub aktualizacji istniejącej aplikacji.

Dotyczy