2015/09/10 (現地時間) にプレビュー版で提供されていた Azure VM に対するバックアップ (Azure VM Backup) が (GA) となり、正式リリースされました。
Azure Backup の管理に使用することが可能な Azure リソース マネージャーでの PowerShell コマンドレットが提供されており、設定方法について MSDN サイト上で公開されていますが、PowerShell コマンドレットのヘルプについては英語のみであり、日本語による情報はほとんど公開されていません。
Azure Backup に関する Azure リソース マネージャー PowerShell コマンドレットの 1 つである「Get-AzureRMBackupVaultCredentials」について、本ブログにて日本語の情報として纏めてみました ((他の PowerShell コマンドレットについては、「Azure Backup に関する Azure リソース マネージャーでの PowerShell コマンドレットについて」を参照) (Windows Azure PowerShell バージョン 0.9.8 で確認しているものとなります) (Azure リソース マネージャー モードに変更して実行する必要があります)。
■名前
Get-AzureRMBackupVaultCredentials
■概要
指定した場所に資格情報コンテナー証明書をダウンロードします。
■構文
Get-AzureRMBackupVaultCredentials [-TargetLocation] <String> [-Vault] <AzureRMBackupVault> [-Profile <AzureProfile>] [<CommonParameters>] |
■説明
To enable hybrid backup scenarios the Vault Credentials file is a critical component. The vault credential file is used to connect a server to the Azure Backup vault and register it. Only after registration can backup data be sent to the vault. The Get-AzureRMBackupVaultCredentials commandlet downloads and places a vault credential file at the location specified by the user.
■パラメーター
-TargetLocation <String>
The destination path where the Vault Credentials file should be placed.
必須 | true |
位置 | 2 |
既定値 | なし |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
-Vault <AzureRMBackupVault>
The specific Azure Backup vault object for which the Vault Credential file is generated. Use the Get-AzureRMBackupVault to get a list of vaults.
必須 | true |
位置 | 0 |
既定値 | なし |
パイプライン入力を許可する | true (ByValue) |
ワイルドカード文字を許可する | false |
-Profile <AzureProfile>
AzureProfile 入力オブジェクトは必須ではありません。
必須 | false |
位置 | named |
既定値 | なし |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: –Verbose、-Debug、-ErrorAction、-ErrorVariable、-WarningAction、-WarningVariable、-OutBuffer、-PipelineVariable、および -OutVariable。詳細については、about_CommonParameters を参照してください。
■入力
- AzureRMBackupVault
■出力
- Vault Credentials file name as [String]
■メモ
- 詳細については、「Get-Help Get-AzureRMBackupVaultCredentials -detailed」と入力してください。
- 技術情報については、「Get-Help Get-AzureRMBackupVaultCredentials -full」と入力してください。
■エイリアス
- なし
■関連するトピック
[参考]
- Azure Backup – Announcing general availability of backup for Azure IaaS VMs | Microsoft Azure Blog
http://azure.microsoft.com/ja-jp/blog/general-availability-of-backup-for-azure-iaas-vms/ - Deploy and manage backup for Azure VMs using PowerShell | Microsoft Azure
https://azure.microsoft.com/en-us/documentation/articles/backup-azure-vms-automation/ - Azure virtual machine backup – Backup | Microsoft Azure
https://azure.microsoft.com/en-us/documentation/articles/backup-azure-vms/