Description | : Lists all the Deployment stacks within the specified Resource Group. |
Reference | : Link ¶ |
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Resources/deploymentStacks
{
subscriptionId:
string
,
resourceGroupName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
location:
string
,
tags:
object
,
properties:
}
{
,
template:
object
,
templateLink:
{
,
uri:
string
,
id:
string
,
relativePath:
string
,
queryString:
string
,
contentVersion:
string
,
}
parameters:
object
,
parametersLink:
{
,
uri:
string
,
contentVersion:
string
,
}
actionOnUnmanage:
{
,
resources:
enum
,
resourceGroups:
enum
,
managementGroups:
enum
,
}
debugSetting:
{
,
detailLevel:
string
,
}
bypassStackOutOfSyncError:
boolean
,
deploymentScope:
string
,
description:
string
,
denySettings:
{
,
mode:
enum
,
excludedPrincipals:
[
,
string
,
]
excludedActions:
[
,
string
,
]
applyToChildScopes:
boolean
,
}
provisioningState:
enum
,
correlationId:
string
,
detachedResources:
[
]
,
{
,
id:
string
,
}
deletedResources:
[
]
,
{
,
id:
string
,
}
failedResources:
[
,
object
,
]
resources:
[
]
,
{
,
status:
enum
,
denyStatus:
enum
,
}
deploymentId:
string
,
outputs:
object
,
duration:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}