WebsitesClient.RunWebAppContainerPSSessionScript Method

Definition

public void RunWebAppContainerPSSessionScript (System.Management.Automation.PSCmdlet cmdlet, string resourceGroupName, string webSiteName, string slotName = default, bool newPSSession = false);
member this.RunWebAppContainerPSSessionScript : System.Management.Automation.PSCmdlet * string * string * string * bool -> unit
Public Sub RunWebAppContainerPSSessionScript (cmdlet As PSCmdlet, resourceGroupName As String, webSiteName As String, Optional slotName As String = Nothing, Optional newPSSession As Boolean = false)

Parameters

cmdlet
PSCmdlet
resourceGroupName
String
webSiteName
String
slotName
String
newPSSession
Boolean

Applies to