次の方法で共有


GlobalModelOperationsExtensions.GetDeletedWebAppSnapshots メソッド

定義

サブスクリプションのすべての削除済みアプリを取得します。

public static System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot> GetDeletedWebAppSnapshots (this Microsoft.Azure.Management.WebSites.IGlobalModelOperations operations, string deletedSiteId);
static member GetDeletedWebAppSnapshots : Microsoft.Azure.Management.WebSites.IGlobalModelOperations * string -> System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot>
<Extension()>
Public Function GetDeletedWebAppSnapshots (operations As IGlobalModelOperations, deletedSiteId As String) As IList(Of Snapshot)

パラメーター

operations
IGlobalModelOperations

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

deletedSiteId
String

削除されたアプリの数値 ID (例: 12345)

戻り値

注釈

サブスクリプションのすべての削除済みアプリの取得に関する説明。

適用対象