Description | : List StandbyVirtualMachinePoolRuntimeViewResource resources by StandbyVirtualMachinePoolResource |
Reference | : Link ¶ |
⚶ Changes
{ "#id": "StandbyVirtualMachinePoolRuntimeViews_ListByStandbyPool", "$responses": { "200": { "$properties": { "value": { "$properties": { "properties": [ { "instanceCountSummary": { "$properties": [ { "#name": "zone", "Description": { "new": "The zone that the provided counts are in. It will not have a value if zones are not enabled on the attached VMSS.", "old": "The zone that the provided counts are in. This is null if zones are not enabled on the attached VMSS." } } ] } } ] } } } } } }
⚼ Request
GET:
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.StandbyPool/standbyVirtualMachinePools/{standbyVirtualMachinePoolName}/runtimeViews
{
api-version:
string
,
subscriptionId:
string
,
resourceGroupName:
string
,
standbyVirtualMachinePoolName:
string
,
}
⚐ Response (200)
{
value:
[
]
,
{
,
properties:
}
{
,
instanceCountSummary:
[
]
,
{
,
zone:
integer
,
instanceCountsByState:
}
[
]
,
{
,
state:
string
,
count:
integer
,
}
provisioningState:
enum
,
}
nextLink:
string
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}