Skip to main content

start_dev_boxes

Creates, updates, deletes, gets or lists a start_dev_boxes resource.

Overview

Namestart_dev_boxes
TypeResource
Idazure.developer_devcenter.start_dev_boxes

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
start_dev_boxexecproject_name, user_id, dev_box_name, endpointStarts a Dev Box.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
dev_box_namestringDisplay name for the Dev Box. Required.
endpointstringThe service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: )
project_namestringName of the project. Required.
user_idstringThe AAD object id of the user. If value is 'me', the identity is taken from the authentication context. Required.

Lifecycle Methods

Starts a Dev Box.

EXEC azure.developer_devcenter.start_dev_boxes.start_dev_box 
@project_name='{{ project_name }}' --required,
@user_id='{{ user_id }}' --required,
@dev_box_name='{{ dev_box_name }}' --required,
@endpoint='{{ endpoint }}' --required
;