| Description | : Get an account |
| Reference | : Link ¶ |
⚼ Request
GET:
/
{
api-version:
string
,
}
⚐ Response (200)
{
id:
string
,
identity:
{
,
principalId:
string
,
tenantId:
string
,
type:
enum
,
}
location:
string
,
name:
string
,
properties:
{
,
cloudConnectors:
{
,
awsExternalId:
string
,
}
createdAt:
string
,
createdBy:
string
,
createdByObjectId:
string
,
endpoints:
string
,
friendlyName:
string
,
managedResourceGroupName:
string
,
managedResources:
string
,
privateEndpointConnections:
[
]
,
{
,
id:
string
,
name:
string
,
properties:
{
,
privateEndpoint:
{
,
id:
string
,
}
privateLinkServiceConnectionState:
{
,
actionsRequired:
string
,
description:
string
,
status:
enum
,
}
provisioningState:
string
,
}
type:
string
,
}
provisioningState:
enum
,
publicNetworkAccess:
enum
,
}
sku:
{
,
capacity:
integer
,
name:
enum
,
}
systemData:
string
,
tags:
object
,
type:
string
,
}
⚐ Response (default)
{
error:
string
,
}