다음을 통해 공유


WebAppsOperationsExtensions.ListByResourceGroupAsync 메서드

정의

지정된 리소스 그룹의 모든 웹, 모바일 및 API 앱을 가져옵니다.

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>> ListByResourceGroupAsync (this Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations operations, string resourceGroupName, bool? includeSlots = default, System.Threading.CancellationToken cancellationToken = default);
static member ListByResourceGroupAsync : Microsoft.Azure.Management.AppService.Fluent.IWebAppsOperations * string * Nullable<bool> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.SiteInner>>
<Extension()>
Public Function ListByResourceGroupAsync (operations As IWebAppsOperations, resourceGroupName As String, Optional includeSlots As Nullable(Of Boolean) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of SiteInner))

매개 변수

operations
IWebAppsOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스가 속한 리소스 그룹의 이름입니다.

includeSlots
Nullable<Boolean>

결과에 배포 슬롯을 포함하려면 강력한>true</strong>을 지정<합니다. 기본값은 false이며 모든 앱의 프로덕션 슬롯만 제공합니다.

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

지정된 리소스 그룹의 모든 웹, 모바일 및 API 앱을 가져옵니다.

적용 대상