delay_all_dev_box_actions
Creates, updates, deletes, gets or lists a delay_all_dev_box_actions resource.
Overview
| Name | delay_all_dev_box_actions |
| Type | Resource |
| Id | azure.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:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
delay_all_dev_box_actions | exec | project_name, user_id, dev_box_name, until, endpoint | Delays 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.
| Name | Datatype | Description |
|---|---|---|
dev_box_name | string | Display name for the Dev Box. Required. |
endpoint | string | The service endpoint host (no scheme), e.g. myaccount.table.cosmos.azure.com:443 - value of the client endpoint parameter. (default: ) |
project_name | string | Name of the project. Required. |
until | string (date-time) | The time to delay the Dev Box action or actions until. Required. |
user_id | string | The AAD object id of the user. If value is 'me', the identity is taken from the authentication context. Required. |
Lifecycle Methods
- delay_all_dev_box_actions
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
;