次の方法で共有


GlobalModelOperationsExtensions.GetDeletedWebAppSnapshotsAsync メソッド

定義

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

public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot>> GetDeletedWebAppSnapshotsAsync(this Microsoft.Azure.Management.WebSites.IGlobalModelOperations operations, string deletedSiteId, System.Threading.CancellationToken cancellationToken = default);
static member GetDeletedWebAppSnapshotsAsync : Microsoft.Azure.Management.WebSites.IGlobalModelOperations * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.Management.WebSites.Models.Snapshot>>
<Extension()>
Public Function GetDeletedWebAppSnapshotsAsync (operations As IGlobalModelOperations, deletedSiteId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of Snapshot))

パラメーター

operations
IGlobalModelOperations

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

deletedSiteId
String

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

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

適用対象