다음을 통해 공유


IWebApps.ListWebAppBasicByResourceGroupAsync 메서드

정의

지정된 리소스 그룹의 Web Apps 대한 기본 정보를 나열합니다.

public System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.AppService.Fluent.IWebAppBasic>> ListWebAppBasicByResourceGroupAsync (string resourceGroupName, bool loadAllPages = true, System.Threading.CancellationToken cancellationToken = default);
abstract member ListWebAppBasicByResourceGroupAsync : string * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ResourceManager.Fluent.Core.IPagedCollection<Microsoft.Azure.Management.AppService.Fluent.IWebAppBasic>>
Public Function ListWebAppBasicByResourceGroupAsync (resourceGroupName As String, Optional loadAllPages As Boolean = true, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPagedCollection(Of IWebAppBasic))

매개 변수

resourceGroupName
String

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

loadAllPages
Boolean
cancellationToken
CancellationToken

반환

리소스 목록

적용 대상