다음을 통해 공유


DeletedWebAppsOperationsExtensions.ListByLocationAsync 메서드

정의

위치에서 구독에 대해 삭제된 모든 앱 가져오기

public static System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner>> ListByLocationAsync (this Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations operations, string location, System.Threading.CancellationToken cancellationToken = default);
static member ListByLocationAsync : Microsoft.Azure.Management.AppService.Fluent.IDeletedWebAppsOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.AppService.Fluent.Models.DeletedSiteInner>>
<Extension()>
Public Function ListByLocationAsync (operations As IDeletedWebAppsOperations, location As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IPage(Of DeletedSiteInner))

매개 변수

operations
IDeletedWebAppsOperations

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

location
String
cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

위치에서 구독에 대해 삭제된 모든 앱 가져오기에 대한 설명

적용 대상