WebsitesClient.RemoveWebApp Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public System.Net.HttpStatusCode RemoveWebApp (string resourceGroupName, string webSiteName, string slotName, bool deleteAppServicePlan, bool deleteMetricsBydefault, bool deleteSlotsBydefault);
public System.Net.HttpStatusCode RemoveWebApp (string resourceGroupName, string webSiteName, string slotName, bool deleteEmptyServerFarmBydefault, bool deleteMetricsBydefault, bool deleteSlotsBydefault);
member this.RemoveWebApp : string * string * string * bool * bool * bool -> System.Net.HttpStatusCode
member this.RemoveWebApp : string * string * string * bool * bool * bool -> System.Net.HttpStatusCode
Public Function RemoveWebApp (resourceGroupName As String, webSiteName As String, slotName As String, deleteAppServicePlan As Boolean, deleteMetricsBydefault As Boolean, deleteSlotsBydefault As Boolean) As HttpStatusCode
Public Function RemoveWebApp (resourceGroupName As String, webSiteName As String, slotName As String, deleteEmptyServerFarmBydefault As Boolean, deleteMetricsBydefault As Boolean, deleteSlotsBydefault As Boolean) As HttpStatusCode
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String
- deleteAppServicePlandeleteEmptyServerFarmBydefault
- Boolean
- deleteMetricsBydefault
- Boolean
- deleteSlotsBydefault
- Boolean