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