Global interface
表示全域的介面。
方法
方法詳細資料
getDeletedWebApp(string, GlobalGetDeletedWebAppOptionalParams)
取得訂用帳戶已刪除應用程式的描述。
function getDeletedWebApp(deletedSiteId: string, options?: GlobalGetDeletedWebAppOptionalParams): Promise<DeletedSite>
參數
- deletedSiteId
-
string
已刪除應用程式的數值識別碼,例如 12345
選項參數。
傳回
Promise<DeletedSite>
getDeletedWebAppSnapshots(string, GlobalGetDeletedWebAppSnapshotsOptionalParams)
取得訂用帳戶所有已刪除應用程式的描述。
function getDeletedWebAppSnapshots(deletedSiteId: string, options?: GlobalGetDeletedWebAppSnapshotsOptionalParams): Promise<GlobalGetDeletedWebAppSnapshotsResponse>
參數
- deletedSiteId
-
string
已刪除應用程式的數值識別碼,例如 12345
選項參數。
傳回
getSubscriptionOperationWithAsyncResponse(string, string, GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams)
取得訂用帳戶和指定區域中作業的描述
function getSubscriptionOperationWithAsyncResponse(location: string, operationId: string, options?: GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams): Promise<void>
參數
- location
-
string
位置名稱
- operationId
-
string
作業識別碼
傳回
Promise<void>