다음을 통해 공유


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

리소스를 나열할 리소스 그룹의 이름

반환

리소스 목록

적용 대상