Description | : Get details of the Azure resource mapped to an account for the given account id. Authorization required is Bearer JWT Access token provided by EntraID. |
Reference | : Link ¶ |
⚼ Request
GET:
/accounts/{accountId}
{
api-version:
string
,
accountId:
string
,
x-ms-client-request-id:
string
,
}
⚐ Response (200)
{
$headers:
{
,
x-ms-client-request-id:
string
,
}
$schema:
}
{
,
id:
string
,
resourceId:
string
,
name:
string
,
state:
enum
,
subscriptionId:
string
,
subscriptionState:
enum
,
tenantId:
string
,
location:
string
,
regionalAffinity:
enum
,
scalableExecution:
enum
,
reporting:
enum
,
localAuth:
enum
,
}
⚐ Response (default)
{
$headers:
{
,
x-ms-error-code:
string
,
}
$schema:
}
{
,
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
innererror:
}
{
,
code:
string
,
innererror:
string
,
}