Azure Networking Services · JSON Structure

Azure Networking Services Load Balancer Sku Structure

SKU of a load balancer.

Type: object Properties: 1
AzureCloudInfrastructureMicrosoftNetworking

LoadBalancerSku is a JSON Structure definition published by Azure Networking Services, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

name

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-load-balancer-sku-structure.json",
  "description": "SKU of a load balancer.",
  "properties": {
    "name": {
      "description": "Name of a load balancer SKU.",
      "enum": [
        "Basic",
        "Standard"
      ],
      "type": "string",
      "x-ms-enum": {
        "modelAsString": true,
        "name": "LoadBalancerSkuName"
      }
    }
  },
  "type": "object",
  "name": "LoadBalancerSku"
}