次の方法で共有


SqlPoolRestorePoints interface

SqlPoolRestorePoints を表すインターフェイス。

メソッド

beginCreate(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)

データ ウェアハウスの復元ポイントを作成します。

beginCreateAndWait(string, string, string, CreateSqlPoolRestorePointDefinition, SqlPoolRestorePointsCreateOptionalParams)

データ ウェアハウスの復元ポイントを作成します。

delete(string, string, string, string, SqlPoolRestorePointsDeleteOptionalParams)

復元ポイントを削除します。

get(string, string, string, string, SqlPoolRestorePointsGetOptionalParams)

復元ポイントを取得します。

list(string, string, string, SqlPoolRestorePointsListOptionalParams)

SQL プールのバックアップ情報を取得する

メソッドの詳細

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 プールの復元ポイントを作成するための定義。

options
SqlPoolRestorePointsCreateOptionalParams

オプション パラメーター。

戻り値

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 プールの復元ポイントを作成するための定義。

options
SqlPoolRestorePointsCreateOptionalParams

オプション パラメーター。

戻り値

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

復元ポイントの名前。

options
SqlPoolRestorePointsDeleteOptionalParams

オプション パラメーター。

戻り値

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

復元ポイントの名前。

options
SqlPoolRestorePointsGetOptionalParams

オプション パラメーター。

戻り値

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 プール名

options
SqlPoolRestorePointsListOptionalParams

オプション パラメーター。

戻り値