az databoxedge order

databoxedge를 통해 주문을 관리합니다.

명령

az databoxedge order create

주문을 만듭니다.

az databoxedge order delete

디바이스와 관련된 주문을 삭제합니다.

az databoxedge order list

Data Box Edge / Data Box Gateway 디바이스와 관련된 모든 주문을 나열합니다.

az databoxedge order show

이름으로 특정 주문을 구합니다.

az databoxedge order update

주문을 업데이트합니다.

az databoxedge order wait

databoxedge 주문 조건이 충족될 때까지 CLI를 대기 상태로 하십시오.

az databoxedge order create

주문을 만듭니다.

az databoxedge order create --address-line1
                            --city
                            --company-name
                            --contact-person
                            --country
                            --device-name
                            --email-list
                            --phone
                            --postal-code
                            --resource-group
                            --state
                            [--address-line2]
                            [--address-line3]
                            [--comments]
                            [--no-wait]
                            [--status {Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked}]
                            [--subscription]

예제

주문을 만듭니다.

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" --resource-group "GroupForEdgeAutomation"

필수 매개 변수

--address-line1

주소 줄1입니다.

--city

도시 이름입니다.

--company-name

회사의 이름입니다.

--contact-person

연락처 사람 이름입니다.

--country

국가 이름입니다.

--device-name -d

디바이스의 주문 세부 정보입니다.

--email-list

이메일 목록입니다.

--phone

전화 번호입니다.

--postal-code

우편 번호입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--state

상태 이름입니다.

선택적 매개 변수

--address-line2

주소 줄 2입니다.

--address-line3

주소 줄3입니다.

--comments

이 상태와 관련된 주석이 변경됩니다.

--no-wait

장기 실행 작업이 완료될 때까지 기다리지 마세요.

--status

허용되는 상태 유형에 따라 순서의 상태입니다.

허용되는 값: Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked
--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az databoxedge order delete

디바이스와 관련된 주문을 삭제합니다.

az databoxedge order delete [--device-name]
                            [--ids]
                            [--no-wait]
                            [--resource-group]
                            [--subscription]
                            [--yes]

예제

디바이스와 관련된 주문을 삭제합니다.

az databoxedge order delete --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"

선택적 매개 변수

--device-name -d

디바이스 이름.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--no-wait

장기 실행 작업이 완료될 때까지 기다리지 마세요.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

--yes -y

확인을 묻는 메시지를 표시하지 마세요.

az databoxedge order list

Data Box Edge / Data Box Gateway 디바이스와 관련된 모든 주문을 나열합니다.

az databoxedge order list --device-name
                          --resource-group
                          [--query-examples]
                          [--subscription]

예제

Data Box Edge / Data Box Gateway 디바이스와 관련된 모든 주문을 나열합니다.

az databoxedge order list --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"

필수 매개 변수

--device-name -d

디바이스 이름.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

선택적 매개 변수

--query-examples

JMESPath 문자열을 권장합니다. 쿼리 중 하나를 복사하여 큰따옴표 안에 --query 매개 변수를 붙여넣어 결과를 볼 수 있습니다. 이러한 키워드를 기반으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az databoxedge order show

이름으로 특정 주문을 구합니다.

az databoxedge order show [--device-name]
                          [--ids]
                          [--query-examples]
                          [--resource-group]
                          [--subscription]

예제

이름으로 특정 주문을 구합니다.

az databoxedge order show --device-name "testedgedevice" --resource-group "GroupForEdgeAutomation"

선택적 매개 변수

--device-name -d

디바이스 이름.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--query-examples

JMESPath 문자열을 권장합니다. 쿼리 중 하나를 복사하여 큰따옴표 안에 --query 매개 변수를 붙여넣어 결과를 볼 수 있습니다. 이러한 키워드를 기반으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az databoxedge order update

주문을 업데이트합니다.

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"

선택적 매개 변수

--add

경로 및 키 값 쌍을 지정하여 개체를 개체 목록에 추가합니다. 예: --add property.listProperty <key=value, string 또는 JSON string>.

--address-line1

주소 줄1입니다.

--address-line2

주소 줄 2입니다.

--address-line3

주소 줄3입니다.

--city

도시 이름입니다.

--comments

이 상태와 관련된 주석이 변경됩니다.

--company-name

회사의 이름입니다.

--contact-person

연락처 사람 이름입니다.

--country

국가 이름입니다.

--device-name -d

디바이스의 주문 세부 정보입니다.

--email-list

이메일 목록입니다.

--force-string

'set' 또는 'add'를 사용하는 경우 JSON으로 변환하는 대신 문자열 리터럴을 유지합니다.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--no-wait

장기 실행 작업이 완료될 때까지 기다리지 마세요.

--phone

전화 번호입니다.

--postal-code

우편 번호입니다.

--remove

목록에서 속성 또는 요소를 제거합니다. 예: --remove property.list OR --remove propertyToRemove.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--set

설정할 속성 경로와 값을 지정하여 개체를 업데이트합니다. 예: --set property1.property2=.

--state

상태 이름입니다.

--status

허용되는 상태 유형에 따라 순서의 상태입니다.

허용되는 값: Arriving, AwaitingFulfilment, AwaitingPreparation, AwaitingReturnShipment, AwaitingShipment, CollectedAtMicrosoft, Declined, Delivered, LostDevice, ReplacementRequested, ReturnInitiated, Shipped, ShippedBack, Untracked
--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

az databoxedge order wait

databoxedge 주문 조건이 충족될 때까지 CLI를 대기 상태로 하십시오.

az databoxedge order wait [--created]
                          [--custom]
                          [--deleted]
                          [--device-name]
                          [--exists]
                          [--ids]
                          [--interval]
                          [--resource-group]
                          [--subscription]
                          [--timeout]
                          [--updated]

예제

databoxedge 순서가 성공적으로 만들어질 때까지 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

선택적 매개 변수

--created

'Succeeded'에서 'provisioningState'를 통해 생성될 때까지 기다립니다.

--custom

조건이 사용자 지정 JMESPath 쿼리를 충족할 때까지 기다립니다. 예를 들어 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

삭제될 때까지 기다립니다.

--device-name -d

디바이스 이름.

--exists

리소스가 존재할 때까지 기다립니다.

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--interval

폴링 간격(초)입니다.

기본값: 30
--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--subscription

구독의 이름 또는 ID입니다. 를 사용하여 기본 구독을 구성할 수 az account set -s NAME_OR_ID 있습니다.

--timeout

최대 대기 시간(초)입니다.

기본값: 3600
--updated

'Succeeded'에서 provisioningState로 업데이트될 때까지 기다립니다.