共用方式為


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

取消語彙基元。

傳回

備註

在位置取得訂用帳戶的所有已刪除應用程式的描述

適用於