次の方法で共有


BackupsAutomaticAndOnDemand interface

Backups、AutomaticAndOnDemandを表すインターフェース。

メソッド

beginCreate(string, string, string, BackupsAutomaticAndOnDemandCreateOptionalParams)

サーバーのオンデマンドバックアップを作成します。

beginCreateAndWait(string, string, string, BackupsAutomaticAndOnDemandCreateOptionalParams)

サーバーのオンデマンドバックアップを作成します。

beginDelete(string, string, string, BackupsAutomaticAndOnDemandDeleteOptionalParams)

名前から出た特定のバックアップを削除します。

beginDeleteAndWait(string, string, string, BackupsAutomaticAndOnDemandDeleteOptionalParams)

名前から出た特定のバックアップを削除します。

get(string, string, string, BackupsAutomaticAndOnDemandGetOptionalParams)

オンデマンド バックアップの情報 (その名前) を取得します。

listByServer(string, string, BackupsAutomaticAndOnDemandListByServerOptionalParams)

サーバの使用可能なすべてのバックアップを一覧表示します。

メソッドの詳細

beginCreate(string, string, string, BackupsAutomaticAndOnDemandCreateOptionalParams)

サーバーのオンデマンドバックアップを作成します。

function beginCreate(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandCreateOptionalParams): Promise<SimplePollerLike<OperationState<BackupAutomaticAndOnDemand>, BackupAutomaticAndOnDemand>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serverName

string

サーバーの名前。

backupName

string

バックアップの名前。

options
BackupsAutomaticAndOnDemandCreateOptionalParams

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

戻り値

Promise<@azure/core-lro.SimplePollerLike<OperationState<BackupAutomaticAndOnDemand>, BackupAutomaticAndOnDemand>>

beginCreateAndWait(string, string, string, BackupsAutomaticAndOnDemandCreateOptionalParams)

サーバーのオンデマンドバックアップを作成します。

function beginCreateAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandCreateOptionalParams): Promise<BackupAutomaticAndOnDemand>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serverName

string

サーバーの名前。

backupName

string

バックアップの名前。

options
BackupsAutomaticAndOnDemandCreateOptionalParams

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

戻り値

beginDelete(string, string, string, BackupsAutomaticAndOnDemandDeleteOptionalParams)

名前から出た特定のバックアップを削除します。

function beginDelete(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandDeleteOptionalParams): Promise<SimplePollerLike<OperationState<BackupsAutomaticAndOnDemandDeleteHeaders>, BackupsAutomaticAndOnDemandDeleteHeaders>>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serverName

string

サーバーの名前。

backupName

string

バックアップの名前。

options
BackupsAutomaticAndOnDemandDeleteOptionalParams

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

戻り値

beginDeleteAndWait(string, string, string, BackupsAutomaticAndOnDemandDeleteOptionalParams)

名前から出た特定のバックアップを削除します。

function beginDeleteAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandDeleteOptionalParams): Promise<BackupsAutomaticAndOnDemandDeleteHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serverName

string

サーバーの名前。

backupName

string

バックアップの名前。

options
BackupsAutomaticAndOnDemandDeleteOptionalParams

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

戻り値

get(string, string, string, BackupsAutomaticAndOnDemandGetOptionalParams)

オンデマンド バックアップの情報 (その名前) を取得します。

function get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandGetOptionalParams): Promise<BackupAutomaticAndOnDemand>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serverName

string

サーバーの名前。

backupName

string

バックアップの名前。

options
BackupsAutomaticAndOnDemandGetOptionalParams

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

戻り値

listByServer(string, string, BackupsAutomaticAndOnDemandListByServerOptionalParams)

サーバの使用可能なすべてのバックアップを一覧表示します。

function listByServer(resourceGroupName: string, serverName: string, options?: BackupsAutomaticAndOnDemandListByServerOptionalParams): PagedAsyncIterableIterator<BackupAutomaticAndOnDemand, BackupAutomaticAndOnDemand[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前は大文字と小文字が区別されます。

serverName

string

サーバーの名前。

options
BackupsAutomaticAndOnDemandListByServerOptionalParams

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

戻り値