Microsoft Azure · Schema

ManagedClusterListResult

The response from the List Managed Clusters operation.

API ManagementCloudCloud ComputingEnterpriseInfrastructure-as-a-ServicePlatform-as-a-ServiceT1

Properties

Name Type Description
value array The list of managed clusters.
nextLink string The URL to get the next page of managed clusters.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-managed-cluster-list-result-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ManagedClusterListResult",
  "type": "object",
  "description": "The response from the List Managed Clusters operation.",
  "properties": {
    "value": {
      "type": "array",
      "description": "The list of managed clusters."
    },
    "nextLink": {
      "type": "string",
      "description": "The URL to get the next page of managed clusters."
    }
  }
}