IWebApps.ListWebAppBasicByResourceGroup(String) Method

Definition

Lists basic info for Web Apps in the specified resource group.

public System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.AppService.Fluent.IWebAppBasic> ListWebAppBasicByResourceGroup (string resourceGroupName);
abstract member ListWebAppBasicByResourceGroup : string -> seq<Microsoft.Azure.Management.AppService.Fluent.IWebAppBasic>
Public Function ListWebAppBasicByResourceGroup (resourceGroupName As String) As IEnumerable(Of IWebAppBasic)

Parameters

resourceGroupName
String

the name of the resource group to list the resources from

Returns

the list of resources

Applies to