WebAppsOperationsExtensions.ListByResourceGroup Method

Definition

Gets all web, mobile, and API apps in the specified resource group.

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site> ListByResourceGroup (this Microsoft.Azure.Management.WebSites.IWebAppsOperations operations, string resourceGroupName, bool? includeSlots = default);
static member ListByResourceGroup : Microsoft.Azure.Management.WebSites.IWebAppsOperations * string * Nullable<bool> -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.Site>
<Extension()>
Public Function ListByResourceGroup (operations As IWebAppsOperations, resourceGroupName As String, Optional includeSlots As Nullable(Of Boolean) = Nothing) As IPage(Of Site)

Parameters

operations
IWebAppsOperations

The operations group for this extension method.

resourceGroupName
String

Name of the resource group to which the resource belongs.

includeSlots
Nullable<Boolean>

Specify <strong>true</strong> to include deployment slots in results. The default is false, which only gives you the production slot of all apps.

Returns

Remarks

Description for Gets all web, mobile, and API apps in the specified resource group.

Applies to