Share via


AppServiceEnvironmentsOperationsExtensions.ListWebApps Method

Definition

Get all apps in an App Service Environment.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site> ListWebApps (this Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations operations, string resourceGroupName, string name, string propertiesToInclude = default);
static member ListWebApps : Microsoft.Azure.Management.WebSites.IAppServiceEnvironmentsOperations * string * string * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>
<Extension()>
Public Function ListWebApps (operations As IAppServiceEnvironmentsOperations, resourceGroupName As String, name As String, Optional propertiesToInclude As String = Nothing) As IPage(Of Site)

Parameters

operations
IAppServiceEnvironmentsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

name
String

Name of the App Service Environment.

propertiesToInclude
String

Comma separated list of app properties to include.

Returns

Remarks

Description for Get all apps in an App Service Environment.

Applies to