WebsitesClient.RestartWebApp Method

Definition

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

Applies to