{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/LoadBalancerProbeListResult",
"title": "LoadBalancerProbeListResult",
"type": "object",
"description": "Response for ListProbes API service call.",
"properties": {
"value": {
"type": "array",
"items": {
"$ref": "#/components/schemas/Probe"
},
"description": "A list of probes."
},
"nextLink": {
"type": "string",
"readOnly": true,
"description": "The URL to get the next set of results."
}
}
}