Freigeben über


AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync Methode

Definition

Erstellen oder aktualisieren Sie eine App Service-Umgebung.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource> CreateOrUpdateAsync (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource hostingEnvironmentEnvelope, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.WebSites.Models.AppServiceEnvironmentResource>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, hostingEnvironmentEnvelope As AppServiceEnvironmentResource, Optional cancellationToken As CancellationToken = Nothing) As Task(Of AppServiceEnvironmentResource)

Parameter

operations
IAppServiceEnvironmentsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name der Ressourcengruppe, zu der die Ressource gehört.

name
String

Name des App Service-Umgebung.

hostingEnvironmentEnvelope
AppServiceEnvironmentResource

Konfigurationsdetails des App Service-Umgebung.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Hinweise

Beschreibung für Erstellen oder Aktualisieren eines App Service-Umgebung.

Gilt für: