ExtendedLocation

The complex type of the extended location.

AzureCloudContainersDevOpsKubernetesOrchestration

Properties

Name Type Description
name string The name of the extended location.
type string The type of the extended location.
View JSON Schema on GitHub

JSON Schema

azure-kubernetes-service-extended-location-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ExtendedLocation",
  "type": "object",
  "description": "The complex type of the extended location.",
  "properties": {
    "name": {
      "type": "string",
      "description": "The name of the extended location."
    },
    "type": {
      "type": "string",
      "description": "The type of the extended location."
    }
  }
}