Description | : List DeploymentSafeguards by parent resource |
Reference | : Link ¶ |
⚼ Request
GET:
/{resourceUri}/providers/Microsoft.ContainerService/deploymentSafeguards
{
api-version:
string
,
resourceUri:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
{
,
provisioningState:
enum
,
level:
enum
,
excludedNamespaces:
[
,
string
,
]
systemExcludedNamespaces:
}
[
,
string
,
]
eTag:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}