共用方式為


IWebApps.ListWebAppBasicByResourceGroup(String) 方法

定義

列出指定資源群組中Web Apps的基本資訊。

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)

參數

resourceGroupName
String

要從中列出資源的資源群組名稱

傳回

資源清單

適用於