RestorableDroppedSqlPools interface
RestorableDroppedSqlPools を表すインターフェイス。
メソッド
| get(string, string, string, Restorable |
復元できる削除済み SQL プールを取得します。 |
| list |
復元できる削除済み Sql プールの一覧を取得します。 |
メソッドの詳細
get(string, string, string, RestorableDroppedSqlPoolsGetOptionalParams)
復元できる削除済み SQL プールを取得します。
function get(resourceGroupName: string, workspaceName: string, restorableDroppedSqlPoolId: string, options?: RestorableDroppedSqlPoolsGetOptionalParams): Promise<RestorableDroppedSqlPool>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- restorableDroppedSqlPoolId
-
string
削除された Sql プールの ID (sqlPoolName、deletionTimeInFileTimeFormat の形式)
オプション パラメーター。
戻り値
Promise<RestorableDroppedSqlPool>
listByWorkspace(string, string, RestorableDroppedSqlPoolsListByWorkspaceOptionalParams)
復元できる削除済み Sql プールの一覧を取得します。
function listByWorkspace(resourceGroupName: string, workspaceName: string, options?: RestorableDroppedSqlPoolsListByWorkspaceOptionalParams): PagedAsyncIterableIterator<RestorableDroppedSqlPool, RestorableDroppedSqlPool[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
オプション パラメーター。