NSX-T Data Center REST API

AzureServiceEndpointsListResult (type)

{
  "additionalProperties": false, 
  "description": "Stores a list of service endpoints which are provided by Azure with information about each of them. NSX supported services are currently limited to Azure\u00a0Storage, Azure SQL Database, Azure Cosmos DB and Azure Load Balancer.", 
  "extends": {
    "$ref": "ListResult
  }, 
  "id": "AzureServiceEndpointsListResult", 
  "module_id": "AzureVnetResources", 
  "properties": {
    "_links": {
      "description": "The server will populate this field when returing the resource. Ignored on PUT and POST.", 
      "items": {
        "$ref": "ResourceLink
      }, 
      "readonly": true, 
      "title": "References related to this resource", 
      "type": "array"
    }, 
    "_schema": {
      "readonly": true, 
      "title": "Schema for this resource", 
      "type": "string"
    }, 
    "_self": {
      "$ref": "SelfResourceLink, 
      "readonly": true, 
      "title": "Link to this resource"
    }, 
    "cursor": {
      "readonly": true, 
      "title": "Opaque cursor to be used for getting next page of records (supplied by current result page)", 
      "type": "string"
    }, 
    "result_count": {
      "readonly": true, 
      "title": "Count of results found (across all pages), set only on first page", 
      "type": "integer"
    }, 
    "results": {
      "description": "Array of Azure service endpoints.", 
      "items": {
        "$ref": "AzureServiceEndpoint
      }, 
      "required": false, 
      "title": "Results", 
      "type": "array"
    }, 
    "sort_ascending": {
      "readonly": true, 
      "title": "If true, results are sorted in ascending order", 
      "type": "boolean"
    }, 
    "sort_by": {
      "readonly": true, 
      "title": "Field by which records are sorted", 
      "type": "string"
    }
  }, 
  "title": "Azure Service Endpoints List Result", 
  "type": "object"
}