StorSimple は、Microsoft 社が提供するハイブリッドのクラウド ストレージ サービスです。 Microsoft Azure と組み合わせることで、Azure ストレージを拡張領域として利用することが可能であり、また別拠点でのデータ復旧が可能であることから、効率的なデータ管理、災害対策が実現できます。
Azure StorSimple デバイスの管理に使用することが可能な PowerShell コマンドレットが提供されており、設定方法について MSDN サイト上で公開されていますが、PowerShell コマンドレットのヘルプについては英語のみであり、日本語による情報はほとんど公開されていません。
Azure StorSimple 関連の PowerShell コマンドレットの 1 つである「Get-AzureStorSimpleResourceContext」について、本ブログにて日本語の情報として纏めてみました((他の PowerShell コマンドレットについては、「Azure StorSimple 関連の PowerShell コマンドレットについて」を参照) (Windows Azure PowerShell バージョン 0.9.7 で確認しているものとなります)。
■名前
Get-AzureStorSimpleResourceContext
■概要
現在のリソース コンテキストを取得します。
■構文
Get-AzureStorSimpleResourceContext [-Profile [<Microsoft.Azure.Common.Authentication.Models.AzureProfile>]] [<CommonParameters>] |
■説明
Get-AzureStorSimpleResourceContext コマンドレットは、現在のリソース コンテキストを取得します。
■パラメーター
-LegacyConfigId <String>
レガシー アプライアンスの構成のユニーク ID を指定します。
必須 | true |
位置 | 1 |
既定値 | なし |
パイプライン入力を許可する | false |
ワイルドカード文字を許可する | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: –Verbose、-Debug、-ErrorAction、-ErrorVariable、-WarningAction、-WarningVariable、-OutBuffer、-PipelineVariable、および -OutVariable。詳細については、about_CommonParameters を参照してください。
■入力
- なし
■出力
- StorSimpleResourceContext
このコマンドレットは、ResourceContext オブジェクトを返します。
■メモ
- 詳細については、「Get-Help Get-AzureStorSimpleResourceContext -detailed」と入力してください。
- 技術情報については、「Get-Help Get-AzureStorSimpleResourceContext -full」と入力してください。
■エイリアス
- なし
■例
例 1: 現在のコンテキストを取得
Select-AzureStorSimpleResource -ResourceName "Contoso63-Tsqa" Get-AzureStorSimpleResourceContext
ResourceId ResourceName ———- ———— 1909806764156522689 Contoso63-Tsqa |
最初のコマンドは、Select-AzureStorSimpleResource コマンドレットを用いてリソース名「Contoso63-Tsqa」へ現在のコンテキストを設定します。
2 番目のコマンドは、現在のリソース コンテキストを取得します。
例 2: 現在のコンテキストの取得の施行
Get-AzureStorSimpleResourceContext
Get-AzureStorSimpleResourceContext : Resource Context is not set for your subscription. Please use Select-AzureStorSimpleResource -ResourceName <<name>> to set |
このコマンドは、現在のコンテキストを取得します。この例ではコンテキストが設定されていません。コマンドは、問題を説明するメッセージを返します。
■関連するトピック
- Get-AzureStorSimpleResource
- Select-AzureStorSimpleResource
[参考]
- Get-AzureStorSimpleResourceContext
https://msdn.microsoft.com/ja-jp/library/dn920417.aspx - Azure StorSimple Cmdlets
https://msdn.microsoft.com/ja-jp/library/dn920427.aspx - ハイブリッド クラウド ストレージによるコストおよびデータ保護の最適化 | StorSimple | マイクロソフト
http://www.microsoft.com/ja-jp/server-cloud/products/storsimple/explore.aspx - StorSimple
https://msdn.microsoft.com/ja-jp/library/azure/Dn772442.aspx