Get-AzDevCenterUserDevBoxAddon
Dev Box アドオン ID によって Dev Box アドオンを取得します。
構文
List (既定)
Get-AzDevCenterUserDevBoxAddon
-Endpoint <String>
-DevBoxName <String>
-ProjectName <String>
[-UserId <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Get
Get-AzDevCenterUserDevBoxAddon
-Endpoint <String>
-DevBoxName <String>
-ProjectName <String>
-AddOnName <String>
[-UserId <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetViaIdentity
Get-AzDevCenterUserDevBoxAddon
-Endpoint <String>
-InputObject <IDevCenterdataIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetViaIdentityByDevCenter
Get-AzDevCenterUserDevBoxAddon
-DevCenterName <String>
-InputObject <IDevCenterdataIdentity>
[-DefaultProfile <PSObject>]
[<CommonParameters>]
ListByDevCenter
Get-AzDevCenterUserDevBoxAddon
-DevCenterName <String>
-DevBoxName <String>
-ProjectName <String>
[-UserId <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
GetByDevCenter
Get-AzDevCenterUserDevBoxAddon
-DevCenterName <String>
-DevBoxName <String>
-ProjectName <String>
-AddOnName <String>
[-UserId <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
説明
Dev Box アドオン ID によって Dev Box アドオンを取得します。
例
例 1: エンドポイントとユーザー ID で Dev Box のすべてのアドオンを取得する
Get-AzDevCenterUserDevBoxAddon `
-Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" `
-ProjectName "DevProject" `
-DevBoxName "myDevBox" `
-UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"
このコマンドは、エンドポイントを使用してユーザー "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" に割り当てられている開発ボックス "myDevBox" のすべてのアドオンを取得します。
例 2: エンドポイントと現在のユーザー別に Dev Box のすべてのアドオンを取得する
Get-AzDevCenterUserDevBoxAddon `
-Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" `
-ProjectName "DevProject" `
-DevBoxName "myDevBox" `
-UserId "me"
このコマンドは、エンドポイントを使用して現在サインインしているユーザーに割り当てられている開発ボックス "myDevBox" のすべてのアドオンを取得します。
例 3: デベロッパー センターとユーザー ID で Dev Box の特定のアドオンを取得する
Get-AzDevCenterUserDevBoxAddon `
-DevCenterName "ContosoDevCenter" `
-ProjectName "DevProject" `
-DevBoxName "myDevBox" `
-UserId "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" `
-AddOnName "devboxtunnel-sys-default"
このコマンドは、デベロッパー センター名を使用してユーザー "00aa00aa-bb11-cc22-dd33-44ee44ee44ee" に割り当てられた開発ボックス "myDevBox" のアドオン "devboxtunnel-sys-default" を取得します。
例 4: デベロッパー センターと現在のユーザーによる Dev Box の特定のアドオンの取得
Get-AzDevCenterUserDevBoxAddon `
-DevCenterName "ContosoDevCenter" `
-ProjectName "DevProject" `
-DevBoxName "myDevBox" `
-UserId "me" `
-AddOnName "devboxtunnel-sys-default"
このコマンドは、デベロッパー センター名を使用して、現在サインインしているユーザーに割り当てられている開発ボックス "myDevBox" のアドオン "devboxtunnel-sys-default" を取得します。
$addonInput = @{
DevBoxName = "myDevBox"
UserId = "00aa00aa-bb11-cc22-dd33-44ee44ee44ee"
ProjectName = "DevProject"
AddOnName = "devboxtunnel-sys-default"
}
Get-AzDevCenterUserDevBoxAddon `
-Endpoint "https://8a40af38-3b4c-4672-a6a4-5e964b1870ed-contosodevcenter.centralus.devcenter.azure.com/" `
-InputObject $addonInput
このコマンドは、エンドポイントと ID オブジェクトを使用して、開発ボックス "myDevBox" のアドオン "devboxtunnel-sys-default" を取得します。
パラメーター
-AddOnName
開発ボックス アドオンの名前。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
パラメーター セット
Get
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-DefaultProfile
DefaultProfile パラメーターは機能しません。
別のサブスクリプションに対してコマンドレットを実行する場合は、使用可能な場合は SubscriptionId パラメーターを使用します。
パラメーターのプロパティ
| 型: | PSObject
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
| Aliases: | AzureRMContext, AzureCredential |
パラメーター セット
(All)
| 配置: | Named |
| 必須: | False |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-DevBoxName
開発ボックスの表示名。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
パラメーター セット
List
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
Get
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
ListByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-DevCenterName
操作を実行する DevCenter。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
パラメーター セット
GetViaIdentityByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
ListByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-Endpoint
操作する DevCenter 固有の URI。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
パラメーター セット
List
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
Get
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetViaIdentity
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
ID パラメーターを構築するには、INPUTOBJECT プロパティの NOTES セクションを参照し、ハッシュ テーブルを作成します。
GetViaIdentity
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | True |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetViaIdentityByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | True |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-ProjectName
プロジェクトの名前
パラメーターのプロパティ
| 型: | String
|
| 規定値: | None |
| ワイルドカードのサポート: | False |
| DontShow: | False |
パラメーター セット
List
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
Get
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
ListByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetByDevCenter
| 配置: | Named |
| 必須: | True |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
-UserId
ユーザーの AAD オブジェクト ID。
値が "me" の場合、ID は認証コンテキストから取得されます。
パラメーターのプロパティ
| 型: | String
|
| 規定値: | me |
| ワイルドカードのサポート: | False |
| DontShow: | False |
パラメーター セット
List
| 配置: | Named |
| 必須: | False |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
Get
| 配置: | Named |
| 必須: | False |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
ListByDevCenter
| 配置: | Named |
| 必須: | False |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
GetByDevCenter
| 配置: | Named |
| 必須: | False |
| パイプラインからの値: | False |
| プロパティ名別のパイプラインからの値: | False |
| 残りの引数からの値: | False |
CommonParameters
このコマンドレットは、共通パラメーター -Debug、-ErrorAction、-ErrorVariable、-InformationAction、-InformationVariable、-OutBuffer、-OutVariable、-PipelineVariable、-ProgressAction、-Verbose、-WarningAction、-WarningVariable をサポートします。 詳細については、about_CommonParametersを参照してください。
出力