Description | : Lists all the fleetspaces accounts under a fleetspace. |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "FleetspaceAccount_List", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "@added_3c8e49dd928b4a608f316984efb8eafc": { "#name": "globalDatabaseAccountProperties", "Description": "Configuration for fleetspace Account in the fleetspace.", "Required": false, "Type": "object", "$properties": [ { "#name": "resourceId", "Description": "The resource identifier of global database account in the Fleetspace Account.", "Required": false, "Type": "string" }, { "#name": "armLocation", "Description": "The location of global database account in the Fleetspace Account.", "Required": false, "Type": "string" } ] } }, { "@removed_f3071531372c4c4d90c47d9a59fd051d": { "#name": "accountResourceIdentifier", "Description": "The resource identifier of global database account in the Fleetspace Account.", "Required": false, "Type": "string" } }, { "@removed_0656aec9ea044d75ba65f5d6b0fff2d5": { "#name": "accountLocation", "Description": "The location of global database account in the Fleetspace Account.", "Required": false, "Type": "string" } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DocumentDB/fleets/{fleetName}/fleetspaces/{fleetspaceName}/fleetspaceAccounts
{
subscriptionId:
string
,
resourceGroupName:
string
,
fleetName:
string
,
fleetspaceName:
string
,
api-version:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
provisioningState:
enum
,
globalDatabaseAccountProperties:
}
{
,
resourceId:
string
,
armLocation:
string
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}