IWebApps.ListWebAppBasic Method

Definition

Lists basic info for Web Apps in the currently selected subscription.

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

Returns

list of resources

Applies to