AppServiceEnvironmentsOperationsExtensions.CreateOrUpdateAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET