WebsitesClient.RestartWebApp 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.
Overloads
RestartWebApp(String, String, String) | |
RestartWebApp(String, String, String, Boolean) |
RestartWebApp(String, String, String)
public void RestartWebApp (string resourceGroupName, string webSiteName, string slotName);
member this.RestartWebApp : string * string * string -> unit
Public Sub RestartWebApp (resourceGroupName As String, webSiteName As String, slotName As String)
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String
Applies to
RestartWebApp(String, String, String, Boolean)
public void RestartWebApp (string resourceGroupName, string webSiteName, string slotName, bool softRestart);
member this.RestartWebApp : string * string * string * bool -> unit
Public Sub RestartWebApp (resourceGroupName As String, webSiteName As String, slotName As String, softRestart As Boolean)
Parameters
- resourceGroupName
- String
- webSiteName
- String
- slotName
- String
- softRestart
- Boolean