Skip to main content

delay_all_dev_box_actions

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

Overview

Namedelay_all_dev_box_actions
TypeResource
Idazure.developer_devcenter.delay_all_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_all_dev_box_actionsexecproject_name, user_id, dev_box_name, until, endpointDelays all actions.

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.
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 all actions.

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