| Description | : List operations for given blueprint assignment within a subscription or a management group. |
| Reference | : Link ¶ |
⚼ Request
GET:
/{resourceScope}/providers/Microsoft.Blueprint/blueprintAssignments/{assignmentName}/assignmentOperations
{
api-version:
string
,
resourceScope:
string
,
assignmentName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
blueprintVersion:
string
,
assignmentState:
string
,
timeCreated:
string
,
timeStarted:
string
,
timeFinished:
string
,
deployments:
}
[
]
,
{
,
kind:
string
,
action:
string
,
jobId:
string
,
jobState:
string
,
result:
{
,
error:
{
,
code:
string
,
message:
string
,
}
resources:
}
[
]
,
{
,
properties:
object
,
}
history:
[
]
,
{
,
error:
{
,
code:
string
,
message:
string
,
}
resources:
}
[
]
,
{
,
properties:
object
,
}
requestUri:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
]
,
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}