Global interface
グローバルを表すインターフェイス。
メソッド
get |
サブスクリプションの削除済みアプリの取得に関する説明。 |
get |
サブスクリプションのすべての削除済みアプリの取得に関する説明。 |
get |
[説明] サブスクリプションと特定のリージョンでの操作を取得します |
メソッドの詳細
getDeletedWebApp(string, GlobalGetDeletedWebAppOptionalParams)
サブスクリプションの削除済みアプリの取得に関する説明。
function getDeletedWebApp(deletedSiteId: string, options?: GlobalGetDeletedWebAppOptionalParams): Promise<DeletedSite>
パラメーター
- deletedSiteId
-
string
削除されたアプリの数値 ID (例: 12345)
options パラメーター。
戻り値
Promise<DeletedSite>
getDeletedWebAppSnapshots(string, GlobalGetDeletedWebAppSnapshotsOptionalParams)
サブスクリプションのすべての削除済みアプリの取得に関する説明。
function getDeletedWebAppSnapshots(deletedSiteId: string, options?: GlobalGetDeletedWebAppSnapshotsOptionalParams): Promise<GlobalGetDeletedWebAppSnapshotsResponse>
パラメーター
- deletedSiteId
-
string
削除されたアプリの数値 ID (例: 12345)
options パラメーター。
戻り値
getSubscriptionOperationWithAsyncResponse(string, string, GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams)
[説明] サブスクリプションと特定のリージョンでの操作を取得します
function getSubscriptionOperationWithAsyncResponse(location: string, operationId: string, options?: GlobalGetSubscriptionOperationWithAsyncResponseOptionalParams): Promise<void>
パラメーター
- location
-
string
場所の名前
- operationId
-
string
操作 ID
options パラメーター。
戻り値
Promise<void>