共用方式為


IDeletedWebAppsOperations 介面

定義

DeletedWebAppsOperations 作業。

public interface IDeletedWebAppsOperations
type IDeletedWebAppsOperations = interface
Public Interface IDeletedWebAppsOperations

方法

GetDeletedWebAppByLocationWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

在位置取得訂用帳戶的已刪除應用程式。

ListByLocationNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByLocationWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

取得訂用帳戶的所有已刪除應用程式。

ListWithHttpMessagesAsync(Dictionary<String,List<String>>, CancellationToken)

取得訂用帳戶的所有已刪除應用程式。

擴充方法

GetDeletedWebAppByLocationAsync(IDeletedWebAppsOperations, String, String, CancellationToken)

在位置取得訂用帳戶的已刪除應用程式。

ListAsync(IDeletedWebAppsOperations, CancellationToken)

取得訂用帳戶的所有已刪除應用程式。

ListByLocationAsync(IDeletedWebAppsOperations, String, CancellationToken)

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

ListByLocationNextAsync(IDeletedWebAppsOperations, String, CancellationToken)

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

ListNextAsync(IDeletedWebAppsOperations, String, CancellationToken)

取得訂用帳戶的所有已刪除應用程式。

適用於