Freigeben über


AppServicePlansOperationsExtensions.CreateOrUpdate Methode

Definition

Erstellt oder aktualisiert einen App Service-Plan.

public static Microsoft.Azure.Management.WebSites.Models.AppServicePlan CreateOrUpdate (this Microsoft.Azure.Management.WebSites.IAppServicePlansOperations operations, string resourceGroupName, string name, Microsoft.Azure.Management.WebSites.Models.AppServicePlan appServicePlan);
static member CreateOrUpdate : Microsoft.Azure.Management.WebSites.IAppServicePlansOperations * string * string * Microsoft.Azure.Management.WebSites.Models.AppServicePlan -> Microsoft.Azure.Management.WebSites.Models.AppServicePlan
<Extension()>
Public Function CreateOrUpdate (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: