다음을 통해 공유


DeletedWebAppsOperationsExtensions.GetDeletedWebAppByLocationAsync 메서드

정의

위치에서 구독에 대해 삭제된 앱을 가져옵니다.

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

매개 변수

operations
IDeletedWebAppsOperations

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

location
String
deletedSiteId
String

삭제된 앱의 숫자 ID(예: 12345)

cancellationToken
CancellationToken

취소 토큰입니다.

반환

설명

위치에서 구독에 대한 삭제된 앱 가져오기에 대한 설명입니다.

적용 대상