Azure Networking Services · JSON Structure

Azure Networking Services Load Balancer Outbound Rule List Result Structure

Response for ListOutboundRule API service call.

Type: object Properties: 2
AzureCloudInfrastructureMicrosoftNetworking

LoadBalancerOutboundRuleListResult is a JSON Structure definition published by Azure Networking Services, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

nextLink value

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-structure/azure-networking-services-load-balancer-outbound-rule-list-result-structure.json",
  "description": "Response for ListOutboundRule API service call.",
  "properties": {
    "nextLink": {
      "description": "The URL to get the next set of results.",
      "readOnly": true,
      "type": "string"
    },
    "value": {
      "description": "A list of outbound rules in a load balancer.",
      "items": {
        "$ref": "#/definitions/OutboundRule"
      },
      "type": "array"
    }
  },
  "type": "object",
  "name": "LoadBalancerOutboundRuleListResult"
}