Freigeben über


AppServicePlansOperationsExtensions.BeginCreateOrUpdate Methode

Definition

Erstellt oder aktualisiert einen App Service-Plan.

public static Microsoft.Azure.Management.WebSites.Models.AppServicePlan BeginCreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan);
static member BeginCreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
<Extension()>
Public Function BeginCreateOrUpdate (operations As IAppServicePlansOperations, resourceGroupName As String, name As String, appServicePlan As AppServicePlan) As AppServicePlan

Parameter

operations
IAppServicePlansOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

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

name
String

Name des App Service-Plans.

appServicePlan
AppServicePlan

Details zum App Service-Plan.

Gibt zurück

Hinweise

Beschreibung für Erstellt oder aktualisiert einen App Service-Plan.

Gilt für: