Set-AzureRmContext コマンドレットに関するヘルプ情報について、「Get-Help」コマンドレットの -Full オプションを用いて実行した結果を編集、意訳しています。
※Azure PowerShell for AzureStack v1.2.10 で確認
Set-AzureRmContext コマンドレットについて
名前
Set-AzureRmContext
構文
Set-AzureRmContext [-TenantId <string>] [-SubscriptionName <string>] [<CommonParameters>]
Set-AzureRmContext [-TenantId <string>] [-SubscriptionId <string>] [<CommonParameters>] Set-AzureRmContext -Context <PSAzureContext> [<CommonParameters>] |
エイリアス
Select-AzureRmSubscription
パラメーター
-Context <PSAzureContext>
コンテキストを指定します。
必須 | true |
位置 | named |
パイプライン入力を許可する | true (ByValue) |
パラメーター セット名 | Context |
エイリアス | None |
動的 | false |
-SubscriptionId <string>
サブスクリプションを指定します。
必須 | false |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | SubscriptionId |
エイリアス | None |
動的 | false |
-SubscriptionName <string>
サブスクリプション名を指定します。
必須 | false |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | SubscriptionName |
エイリアス | None |
動的 | false |
-TenantId <string>
テナント名、もしくはテナント ID を指定します。
必須 | false |
位置 | named |
パイプライン入力を許可する | true (ByPropertyName) |
パラメーター セット名 | SubscriptionName, SubscriptionId |
エイリアス | Domain |
動的 | false |
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: -Verbose、-Debug、-ErrorAction、-ErrorVariable、-WarningAction、-WarningVariable、-OutBuffer、-PipelineVariable、および -OutVariable。詳細については、about_CommonParameters を参照してください。
入力
- System.String
- Microsoft.Azure.Commands.Profile.Models.PSAzureContext
出力
- Microsoft.Azure.Commands.Profile.Models.PSAzureContext
備考
- なし
参考
- Overview of the Azure Stack PowerShell | Microsoft Docs
https://docs.microsoft.com/en-us/powershell/azure/azure-stack/overview - Azure/azure-powershell: Microsoft Azure PowerShell
https://github.com/Azure/azure-powershell - Releases – Azure/azure-powershell – GitHub
https://github.com/Azure/azure-powershell/releases - Azure PowerShell for AzureStack v1.2.10 がリリースされました | 焦げlog
https://kogelog.com/2017/07/13/20170713-01/