az databoxedge order
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
databoxedge を使用して注文を管理します。
コマンド
名前 | 説明 | 型 | 状態 |
---|---|---|---|
az databoxedge order create |
注文を作成します。 |
Core | Preview |
az databoxedge order delete |
デバイスに関連する注文を削除します。 |
Core | Preview |
az databoxedge order list |
Data Box Edge/Data Box Gateway デバイスに関連するすべての注文を一覧表示します。 |
Core | Preview |
az databoxedge order show |
名前で特定の注文を取得します。 |
Core | Preview |
az databoxedge order update |
注文を更新します。 |
Core | Preview |
az databoxedge order wait |
データ ボックス化順序の条件が満たされるまで、CLI を待機状態にします。 |
Core | Preview |
az databoxedge order create
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
注文を作成します。
az databoxedge order create --address-line1
--city
--company-name
--contact-person
--country
--device-name
--email-list
--phone
--postal-code
--resource-group
--state
--status {Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked}
[--address-line2]
[--address-line3]
[--comments]
[--no-wait]
例
注文を作成します。
az databoxedge order create --device-name "testedgedevice" --company-name "Microsoft" --contact-person "John Mcclane" --email-list "john@microsoft.com" --phone "(800) 426-9400" --address-line1 "Microsoft Corporation" --address-line2 "One Microsoft Way" --address-line3 "Redmond" --city "WA" --country "United States" --postal-code "98052" --state "WA" --status Untracked --resource-group "GroupForEdgeAutomation"
必須のパラメーター
アドレス行 1。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
市区町村名。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
会社の名前。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
連絡先のユーザー名。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
国名。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
デバイスの注文の詳細。
電子メール の一覧。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
電話番号。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
郵便番号。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
状態名。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
許可されている状態の種類に従った注文の状態。
プロパティ | 値 |
---|---|
Parameter group: | Current Status Arguments |
指定可能な値: | Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked |
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
アドレス行 2。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
アドレス行 3。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
この状態に関連するコメントが変更されます。
プロパティ | 値 |
---|---|
Parameter group: | Current Status Arguments |
実行時間の長い操作が完了するまで待つ必要はありません。
プロパティ | 値 |
---|---|
規定値: | False |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az databoxedge order delete
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
デバイスに関連する注文を削除します。
az databoxedge order delete [--device-name]
[--ids]
[--no-wait]
[--resource-group]
[--subscription]
[--yes]
例
デバイスに関連する注文を削除します。
az databoxedge order delete --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
デバイス名。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
実行時間の長い操作が完了するまで待つ必要はありません。
プロパティ | 値 |
---|---|
規定値: | False |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
確認を求めないでください。
プロパティ | 値 |
---|---|
規定値: | False |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az databoxedge order list
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
Data Box Edge/Data Box Gateway デバイスに関連するすべての注文を一覧表示します。
az databoxedge order list --device-name
--resource-group
例
Data Box Edge/Data Box Gateway デバイスに関連するすべての注文を一覧表示します。
az databoxedge order list --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"
必須のパラメーター
デバイス名。
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az databoxedge order show
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
名前で特定の注文を取得します。
az databoxedge order show [--device-name]
[--ids]
[--resource-group]
[--subscription]
例
名前で特定の注文を取得します。
az databoxedge order show --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
デバイス名。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az databoxedge order update
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
注文を更新します。
az databoxedge order update [--add]
[--address-line1]
[--address-line2]
[--address-line3]
[--city]
[--comments]
[--company-name]
[--contact-person]
[--country]
[--device-name]
[--email-list]
[--force-string]
[--ids]
[--no-wait]
[--phone]
[--postal-code]
[--remove]
[--resource-group]
[--set]
[--state]
[--status {Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked}]
[--subscription]
例
注文を更新する
az databoxedge order update --phone "(800) 426-9432"
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
パスとキー値のペアを指定して、オブジェクトの一覧にオブジェクトを追加します。 例: --add property.listProperty <key=value, string or JSON string>
。
プロパティ | 値 |
---|---|
Parameter group: | Generic Update Arguments |
規定値: | [] |
アドレス行 1。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
アドレス行 2。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
アドレス行 3。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
市区町村名。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
この状態に関連するコメントが変更されます。
プロパティ | 値 |
---|---|
Parameter group: | Current Status Arguments |
会社の名前。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
連絡先のユーザー名。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
国名。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
デバイスの注文の詳細。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
電子メール の一覧。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
'set' または 'add' を使用する場合は、JSON に変換するのではなく、文字列リテラルを保持します。
プロパティ | 値 |
---|---|
Parameter group: | Generic Update Arguments |
規定値: | False |
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
実行時間の長い操作が完了するまで待つ必要はありません。
プロパティ | 値 |
---|---|
規定値: | False |
電話番号。
プロパティ | 値 |
---|---|
Parameter group: | Contact Information Arguments |
郵便番号。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
リストからプロパティまたは要素を削除します。 例: --remove property.list <indexToRemove>
OR --remove propertyToRemove
。
プロパティ | 値 |
---|---|
Parameter group: | Generic Update Arguments |
規定値: | [] |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
設定するプロパティ パスと値を指定して、オブジェクトを更新します。 例: --set property1.property2=<value>
。
プロパティ | 値 |
---|---|
Parameter group: | Generic Update Arguments |
規定値: | [] |
状態名。
プロパティ | 値 |
---|---|
Parameter group: | Shipping Address Arguments |
許可されている状態の種類に従った注文の状態。
プロパティ | 値 |
---|---|
Parameter group: | Current Status Arguments |
指定可能な値: | Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked |
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |
az databoxedge order wait
コマンド グループ 'databoxedge' はプレビュー段階であり、開発中です。 参照レベルとサポート レベル: https://aka.ms/CLI_refstatus
データ ボックス化順序の条件が満たされるまで、CLI を待機状態にします。
az databoxedge order wait [--created]
[--custom]
[--deleted]
[--device-name]
[--exists]
[--ids]
[--interval]
[--resource-group]
[--subscription]
[--timeout]
[--updated]
例
データ ボックス化順序が正常に作成されるまで、CLI スクリプトの次の行の実行を一時停止します。
az databoxedge order wait --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation" --created
databoxedge の順序が正常に更新されるまで、CLI スクリプトの次の行の実行を一時停止します。
az databoxedge order wait --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation" --updated
databoxedge の順序が正常に削除されるまで、CLI スクリプトの次の行の実行を一時停止します。
az databoxedge order wait --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation" --deleted
省略可能のパラメーター
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
'provisioningState' が 'Succeeded' で作成されるまで待ちます。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
規定値: | False |
条件がカスタム JMESPath クエリを満たすまで待ちます。 例: provisioningState!='InProgress'、instanceView.statuses[?code=='PowerState/running']。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
削除されるまで待ちます。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
規定値: | False |
デバイス名。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
リソースが存在するまで待ちます。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
規定値: | False |
1 つ以上のリソース ID (スペース区切り)。 これは、'Resource Id' 引数のすべての情報を含む完全なリソース ID である必要があります。 --ids または他の 'Resource Id' 引数を指定する必要があります。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
ポーリング間隔 (秒単位)。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
規定値: | 30 |
リソース グループの名前。
az configure --defaults group=<name>
を使用して既定のグループを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
サブスクリプションの名前または ID。
az account set -s NAME_OR_ID
を使用して既定のサブスクリプションを構成できます。
プロパティ | 値 |
---|---|
Parameter group: | Resource Id Arguments |
最大待機時間 (秒単位)。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
規定値: | 3600 |
provisioningState が 'Succeeded' で更新されるまで待ちます。
プロパティ | 値 |
---|---|
Parameter group: | Wait Condition Arguments |
規定値: | False |
グローバル パラメーター
ログの詳細度を上げて、すべてのデバッグ ログを表示します。
プロパティ | 値 |
---|---|
規定値: | False |
このヘルプ メッセージを表示して終了します。
エラーのみを表示し、警告を抑制します。
プロパティ | 値 |
---|---|
規定値: | False |
Output format.
プロパティ | 値 |
---|---|
規定値: | json |
指定可能な値: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath クエリ文字列。 詳細と例については、http://jmespath.org/ を参照してください。
ログの詳細度を高める。 完全なデバッグ ログには --debug を使用します。
プロパティ | 値 |
---|---|
規定値: | False |