WebsitesClient.GetWebApp Method

Definition

Overloads

GetWebApp(String, String, String)
GetWebApp(String, String, String, Boolean)

GetWebApp(String, String, String)

public Microsoft.Azure.Management.WebSites.Models.Site GetWebApp (string resourceGroupName, string webSiteName, string slotName);
member this.GetWebApp : string * string * string -> Microsoft.Azure.Management.WebSites.Models.Site
Public Function GetWebApp (resourceGroupName As String, webSiteName As String, slotName As String) As Site

Parameters

resourceGroupName
String
webSiteName
String
slotName
String

Returns

Applies to

GetWebApp(String, String, String, Boolean)

public Microsoft.Azure.Commands.WebApps.Models.PSSite GetWebApp (string resourceGroupName, string webSiteName, string slotName, bool ignoreError = true);
member this.GetWebApp : string * string * string * bool -> Microsoft.Azure.Commands.WebApps.Models.PSSite
Public Function GetWebApp (resourceGroupName As String, webSiteName As String, slotName As String, Optional ignoreError As Boolean = true) As PSSite

Parameters

resourceGroupName
String
webSiteName
String
slotName
String
ignoreError
Boolean

Returns

Applies to