Freigeben über


AppServicePlansOperationsExtensions.Update Methode

Definition

Erstellt oder aktualisiert einen App Service Plan.

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

Details zum App Service-Plan.

Gibt zurück

Hinweise

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

Gilt für: