BackupsAutomaticAndOnDemand interface
Backups、AutomaticAndOnDemandを表すインターフェース。
メソッド
| begin |
サーバーのオンデマンドバックアップを作成します。 |
| begin |
サーバーのオンデマンドバックアップを作成します。 |
| begin |
名前から出た特定のバックアップを削除します。 |
| begin |
名前から出た特定のバックアップを削除します。 |
| get(string, string, string, Backups |
オンデマンド バックアップの情報 (その名前) を取得します。 |
| list |
サーバの使用可能なすべてのバックアップを一覧表示します。 |
メソッドの詳細
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
バックアップの名前。
オプション パラメーター。
戻り値
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
バックアップの名前。
オプション パラメーター。
戻り値
Promise<BackupAutomaticAndOnDemand>
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
バックアップの名前。
オプション パラメーター。
戻り値
Promise<@azure/core-lro.SimplePollerLike<OperationState<BackupsAutomaticAndOnDemandDeleteHeaders>, BackupsAutomaticAndOnDemandDeleteHeaders>>
beginDeleteAndWait(string, string, string, BackupsAutomaticAndOnDemandDeleteOptionalParams)
名前から出た特定のバックアップを削除します。
function beginDeleteAndWait(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandDeleteOptionalParams): Promise<BackupsAutomaticAndOnDemandDeleteHeaders>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
- backupName
-
string
バックアップの名前。
オプション パラメーター。
戻り値
get(string, string, string, BackupsAutomaticAndOnDemandGetOptionalParams)
オンデマンド バックアップの情報 (その名前) を取得します。
function get(resourceGroupName: string, serverName: string, backupName: string, options?: BackupsAutomaticAndOnDemandGetOptionalParams): Promise<BackupAutomaticAndOnDemand>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
- backupName
-
string
バックアップの名前。
オプション パラメーター。
戻り値
Promise<BackupAutomaticAndOnDemand>
listByServer(string, string, BackupsAutomaticAndOnDemandListByServerOptionalParams)
サーバの使用可能なすべてのバックアップを一覧表示します。
function listByServer(resourceGroupName: string, serverName: string, options?: BackupsAutomaticAndOnDemandListByServerOptionalParams): PagedAsyncIterableIterator<BackupAutomaticAndOnDemand, BackupAutomaticAndOnDemand[], PageSettings>
パラメーター
- resourceGroupName
-
string
リソース グループの名前。 名前は大文字と小文字が区別されます。
- serverName
-
string
サーバーの名前。
オプション パラメーター。