次の方法で共有


DeletedWebAppsOperationsExtensions.ListByLocation メソッド

定義

サブスクリプションのすべての削除済みアプリを場所で取得する

public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DeletedSite> ListByLocation(this Microsoft.Azure.Management.WebSites.IDeletedWebAppsOperations operations, string location);
static member ListByLocation : Microsoft.Azure.Management.WebSites.IDeletedWebAppsOperations * string -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.WebSites.Models.DeletedSite>
<Extension()>
Public Function ListByLocation (operations As IDeletedWebAppsOperations, location As String) As IPage(Of DeletedSite)

パラメーター

operations
IDeletedWebAppsOperations

この拡張メソッドの操作グループ。

location
String

戻り値

注釈

「サブスクリプションのすべての削除済みアプリを場所で取得する」の説明

適用対象