Description | : List the landing zone registrations within a subscription. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "LandingZoneRegistrationOperations_ListBySubscription", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "#name": "managedIdentity", "Required": { "new": false, "old": true } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/providers/Microsoft.Sovereign/landingZoneAccounts/{landingZoneAccountName}/landingZoneRegistrations
{
api-version:
string
,
subscriptionId:
string
,
landingZoneAccountName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
existingTopLevelMgId:
string
,
existingLandingZoneConfigurationId:
string
,
managedIdentity:
}
{
,
type:
enum
,
userAssignedIdentityResourceId:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}