ServiceAssociationLinksListResult

Response for ServiceAssociationLinks_List operation.

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
nextLink string The URL to get the next set of results.
value array The service association links in a subnet.
View JSON Schema on GitHub

JSON Schema

azure-networking-services-service-association-links-list-result-schema.json Raw ↑
{
  "$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-service-association-links-list-result-schema.json",
  "title": "ServiceAssociationLinksListResult",
  "description": "Response for ServiceAssociationLinks_List operation.",
  "properties": {
    "nextLink": {
      "description": "The URL to get the next set of results.",
      "readOnly": true,
      "type": "string"
    },
    "value": {
      "description": "The service association links in a subnet.",
      "items": {
        "$ref": "#/definitions/ServiceAssociationLink"
      },
      "type": "array"
    }
  },
  "type": "object"
}