Azure Networking Services · JSON Structure

Azure Networking Services Subnet List Result Structure

Response for ListSubnets API service callRetrieves all subnet that belongs to a virtual network.

Type: object Properties: 2
AzureCloudInfrastructureMicrosoftNetworking

SubnetListResult 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-subnet-list-result-structure.json",
  "description": "Response for ListSubnets API service callRetrieves all subnet that belongs to a virtual network.",
  "properties": {
    "nextLink": {
      "description": "The URL to get the next set of results.",
      "type": "string"
    },
    "value": {
      "description": "The subnets in a virtual network.",
      "items": {
        "$ref": "#/definitions/Subnet"
      },
      "type": "array"
    }
  },
  "type": "object",
  "name": "SubnetListResult"
}