Skip to main content

delay_dev_box_actions

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

Overview

Namedelay_dev_box_actions
TypeResource
Idazure.developer_devcenter.delay_dev_box_actions

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
delay_dev_box_actionexecproject_name, user_id, dev_box_name, action_name, until, endpointDelays the occurrence of an action.

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
action_namestringThe name of the action. Required.
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.
untilstring (date-time)The time to delay the Dev Box action or actions until. Required.
user_idstringThe AAD object id of the user. If value is 'me', the identity is taken from the authentication context. Required.

Lifecycle Methods

Delays the occurrence of an action.

EXEC azure.developer_devcenter.delay_dev_box_actions.delay_dev_box_action 
@project_name='{{ project_name }}' --required,
@user_id='{{ user_id }}' --required,
@dev_box_name='{{ dev_box_name }}' --required,
@action_name='{{ action_name }}' --required,
@until='{{ until }}' --required,
@endpoint='{{ endpoint }}' --required
;