Share via


WebsitesClient.UpdateWebApp Method

Definition

Overloads

UpdateWebApp(String, String, String, String, String, Site)
UpdateWebApp(String, String, String, String, String, Site, String)

UpdateWebApp(String, String, String, String, String, Site)

public void UpdateWebApp (string resourceGroupName, string location, string webAppName, string slotName, string appServicePlan, Microsoft.Azure.Management.WebSites.Models.Site siteEnvelope = default);
member this.UpdateWebApp : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.Site -> unit
Public Sub UpdateWebApp (resourceGroupName As String, location As String, webAppName As String, slotName As String, appServicePlan As String, Optional siteEnvelope As Site = Nothing)

Parameters

resourceGroupName
String
location
String
webAppName
String
slotName
String
appServicePlan
String
siteEnvelope
Site

Applies to

UpdateWebApp(String, String, String, String, String, Site, String)

public void UpdateWebApp (string resourceGroupName, string location, string webAppName, string slotName, string appServicePlan, Microsoft.Azure.Management.WebSites.Models.Site siteEnvelope = default, string appServicePlanRg = default);
member this.UpdateWebApp : string * string * string * string * string * Microsoft.Azure.Management.WebSites.Models.Site * string -> unit
Public Sub UpdateWebApp (resourceGroupName As String, location As String, webAppName As String, slotName As String, appServicePlan As String, Optional siteEnvelope As Site = Nothing, Optional appServicePlanRg As String = Nothing)

Parameters

resourceGroupName
String
location
String
webAppName
String
slotName
String
appServicePlan
String
siteEnvelope
Site
appServicePlanRg
String

Applies to