SqlPoolRestorePoints interface
SqlPoolRestorePoints を表すインターフェイス。
メソッド
メソッドの詳細
beginCreate(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)
データ ウェアハウスの復元ポイントを作成します。
function beginCreate(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: CreateSqlPoolRestorePointDefinition, options?: SqlPoolRestorePointsCreateOptionalParams): Promise<PollerLike<PollOperationState<RestorePoint>, RestorePoint>>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- sqlPoolName
-
string
SQL プール名
- parameters
- CreateSqlPoolRestorePointDefinition
この Sql プールの復元ポイントを作成するための定義。
オプション パラメーター。
戻り値
Promise<PollerLike<@azure/core-lro.PollOperationState<RestorePoint>, RestorePoint>>
beginCreateAndWait(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)
データ ウェアハウスの復元ポイントを作成します。
function beginCreateAndWait(resourceGroupName: string, workspaceName: string, sqlPoolName: string, parameters: CreateSqlPoolRestorePointDefinition, options?: SqlPoolRestorePointsCreateOptionalParams): Promise<RestorePoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- sqlPoolName
-
string
SQL プール名
- parameters
- CreateSqlPoolRestorePointDefinition
この Sql プールの復元ポイントを作成するための定義。
オプション パラメーター。
戻り値
Promise<RestorePoint>
delete(string, string, string, string, SqlPoolRestorePointsDeleteOptionalParams)
復元ポイントを削除します。
function delete(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, options?: SqlPoolRestorePointsDeleteOptionalParams): Promise<void>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- sqlPoolName
-
string
SQL プール名
- restorePointName
-
string
復元ポイントの名前。
オプション パラメーター。
戻り値
Promise<void>
get(string, string, string, string, SqlPoolRestorePointsGetOptionalParams)
復元ポイントを取得します。
function get(resourceGroupName: string, workspaceName: string, sqlPoolName: string, restorePointName: string, options?: SqlPoolRestorePointsGetOptionalParams): Promise<RestorePoint>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- sqlPoolName
-
string
SQL プール名
- restorePointName
-
string
復元ポイントの名前。
オプション パラメーター。
戻り値
Promise<RestorePoint>
list(string, string, string, SqlPoolRestorePointsListOptionalParams)
SQL プールのバックアップ情報を取得する
function list(resourceGroupName: string, workspaceName: string, sqlPoolName: string, options?: SqlPoolRestorePointsListOptionalParams): PagedAsyncIterableIterator<RestorePoint, RestorePoint[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前では大文字と小文字が区別されません。
- workspaceName
-
string
ワークスペースの名前。
- sqlPoolName
-
string
SQL プール名
オプション パラメーター。