{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-schema/azure-networking-services-inbound-nat-rule-list-result-schema.json",
"title": "InboundNatRuleListResult",
"description": "Response for ListInboundNatRule API service call.",
"properties": {
"nextLink": {
"description": "The URL to get the next set of results.",
"readOnly": true,
"type": "string"
},
"value": {
"description": "A list of inbound nat rules in a load balancer.",
"items": {
"$ref": "#/definitions/InboundNatRule"
},
"type": "array"
}
},
"type": "object"
}