WebsitesClient.RunWebAppContainerPSSessionScript 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 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