Description | : Validates a list of customization tasks. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "DevBoxes_ValidateCustomizationTasksAction", "$responses": { "202": { "$properties": [ { "#name": "properties", "Type": { "new": "object", "old": "string" } } ] } } }
⚼ Request
POST:
/projects/{projectName}/customizationTasks:validateGroup
{
api-version:
string
,
projectName:
string
,
body:
}
{
,
tasks:
}
[
]
,
{
,
name:
string
,
parameters:
object
,
displayName:
string
,
timeoutInSeconds:
integer
,
runAs:
enum
,
id:
string
,
logUri:
string
,
status:
enum
,
startTime:
string
,
endTime:
string
,
}
⚐ Response (202)
{
$headers:
{
,
location:
string
,
operation-location:
string
,
}
$schema:
}
{
,
id:
string
,
name:
string
,
status:
enum
,
resourceId:
string
,
startTime:
string
,
endTime:
string
,
percentComplete:
number
,
properties:
object
,
error:
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
result:
}
{
,
validationResult:
enum
,
errors:
}
[
]
,
{
,
target:
{
,
name:
string
,
parameters:
object
,
displayName:
string
,
timeoutInSeconds:
integer
,
runAs:
enum
,
id:
string
,
logUri:
string
,
status:
enum
,
startTime:
string
,
endTime:
string
,
}
details:
}
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}