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