Add-AzureRmEnvironment コマンドレットに関するヘルプ情報について、「Get-Help」コマンドレットの -Full オプションを用いて実行した結果を編集、意訳しています。
 ※Azure PowerShell for AzureStack v1.2.10 で確認
Add-AzureRmEnvironment コマンドレットについて
名前
Add-AzureRmEnvironment
構文
| Add-AzureRmEnvironment [-Name] <string> [[-PublishSettingsFileUrl] <string>] [[-ServiceEndpoint] <string>] [[-ManagementPortalUrl] <string>] [[-StorageEndpoint] <string>] [[-ActiveDirectoryEndpoint] <string>] [[-ResourceManagerEndpoint] <string>] [[-GalleryEndpoint] <string>] [[-ActiveDirectoryServiceEndpointResourceId] <string>] [[-GraphEndpoint] <string>] [[-AzureKeyVaultDnsSuffix] <string>] [[-AzureKeyVaultServiceEndpointResourceId] <string>] [[-TrafficManagerDnsSuffix] <string>] [[-SqlDatabaseDnsSuffix] <string>] [[-AzureDataLakeStoreFileSystemEndpointSuffix] <string>] [[-AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix] <string>] [[-EnableAdfsAuthentication]] [[-AdTenant] <string>] [[-GraphAudience] <string>] [<CommonParameters>] Add-AzureRmEnvironment [-Name] <string> [-ARMEndpoint] <string> [<CommonParameters>] | 
エイリアス
なし
パラメーター
-ARMEndpoint <string>
Azure Resource Manager エンドポイントを指定します。
| 必須 | true | 
| 位置 | 1 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | ARMEndpoint | 
| エイリアス | ArmUrl | 
| 動的 | false | 
-ActiveDirectoryEndpoint <string>
この環境の Active Directory サービスの URI を指定します。
| 必須 | false | 
| 位置 | 5 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | AdEndpointUrl, ActiveDirectory, ActiveDirectoryAuthority | 
| 動的 | false | 
-ActiveDirectoryServiceEndpointResourceId <string>
要求されたトークンの宛先であるターゲット リソース ID を指定します。
| 必須 | false | 
| 位置 | 8 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-AdTenant <string>
この環境の既定のテナントを指定します。
| 必須 | false | 
| 位置 | 17 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-AzureDataLakeAnalyticsCatalogAndJobEndpointSuffix <string>
Azure Data Lake Analytics ジョブとカタログ サービスの DNS サフィックスを指定します。
| 必須 | false | 
| 位置 | 15 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-AzureDataLakeStoreFileSystemEndpointSuffix <string>
Azure Data Lake Store FileSystem の DNS サフィックスを指定します。例 : azuredatalake.net
| 必須 | false | 
| 位置 | 14 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-AzureKeyVaultDnsSuffix <string>
Azure Key Vault サービスの DNS サフィックスを指定します。例 : vault-int.azure-int.net
| 必須 | false | 
| 位置 | 10 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-AzureKeyVaultServiceEndpointResourceId <string>
要求されたトークンの宛先である Azure Key Vault データ サービスのリソース ID を指定します。
| 必須 | false | 
| 位置 | 11 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-EnableAdfsAuthentication
権限の検証が無効化されている ADFS 認証を有効化する場合に指定します。
| 必須 | false | 
| 位置 | 16 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | OnPremise | 
| 動的 | false | 
-GalleryEndpoint <string>
公開ギャラリーのエンドポイントを指定します。
| 必須 | false | 
| 位置 | 7 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | Gallery, GalleryUrl | 
| 動的 | false | 
-GraphAudience <string>
AD Graph エンドポイントで認証するトークンの対象ユーザーを指定します。
| 必須 | false | 
| 位置 | 18 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | GraphEndpointResourceId, GraphResourceId | 
| 動的 | false | 
-GraphEndpoint <string>
AD Graph エンドポイントを指定します。
| 必須 | false | 
| 位置 | 9 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | Graph, GraphUrl | 
| 動的 | false | 
-ManagementPortalUrl <string>
| 必須 | false | 
| 位置 | 3 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-Name <string>
| 必須 | true | 
| 位置 | 0 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | (All) | 
| エイリアス | None | 
| 動的 | false | 
-PublishSettingsFileUrl <string>
| 必須 | false | 
| 位置 | 1 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-ResourceManagerEndpoint <string>
クラウド サービス エンドポイントを指定します。
| 必須 | false | 
| 位置 | 6 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | ResourceManager, ResourceManagerUrl | 
| 動的 | false | 
-ServiceEndpoint <string>
| 必須 | false | 
| 位置 | 2 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | ServiceManagement, ServiceManagementUrl | 
| 動的 | false | 
-SqlDatabaseDnsSuffix <string>
この環境で作成された SQL データベースの DNS サフィックスを指定します。
| 必須 | false | 
| 位置 | 13 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
-StorageEndpoint <string>
ストレージ エンドポイントを指定します。
| 必須 | false | 
| 位置 | 4 | 
| パイプライン入力を許可する | false | 
| パラメーター セット名 | name | 
| エイリアス | StorageEndpointSuffix | 
| 動的 | false | 
-TrafficManagerDnsSuffix <string>
Traffic Manager サービスの DNS サフィックスを指定します。
| 必須 | false | 
| 位置 | 12 | 
| パイプライン入力を許可する | true (ByPropertyName) | 
| パラメーター セット名 | name | 
| エイリアス | None | 
| 動的 | false | 
<CommonParameters>
このコマンドレットは、次の共通パラメーターをサポートします: -Verbose、-Debug、-ErrorAction、-ErrorVariable、-WarningAction、-WarningVariable、-OutBuffer、-PipelineVariable、および -OutVariable。詳細については、about_CommonParameters を参照してください。
入力
- System.String
- System.Management.Automation.SwitchParameter
出力
- Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment
備考
- なし
参考
- 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/

 
  
  
  
  