Microsoft.StandbyPool (stable:2024-03-01)

2025/02/28 • 2 updated methods

StandbyVirtualMachinePoolRuntimeViews_ListByStandbyPool (updated)
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 ,
}
,
]
,
}
,
}
StandbyVirtualMachinePoolRuntimeViews_Get (updated)
Description Get a StandbyVirtualMachinePoolRuntimeViewResource
Reference Link ¶

⚶ Changes

{
  "#id": "StandbyVirtualMachinePoolRuntimeViews_Get",
  "$responses": {
    "200": {
      "$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/{runtimeView}
{
api-version: string ,
subscriptionId: string ,
resourceGroupName: string ,
standbyVirtualMachinePoolName: string ,
runtimeView: string ,
}

⚐ Response (200)

{
properties:
{
instanceCountSummary:
[
{
zone: integer ,
instanceCountsByState:
[
{
state: string ,
count: integer ,
}
,
]
,
}
,
]
,
provisioningState: enum ,
}
,
}

⚐ Response (default)

{
error:
{
code: string ,
message: string ,
target: string ,
details:
[
string ,
]
,
additionalInfo:
[
{
type: string ,
info: object ,
}
,
]
,
}
,
}