Azure Networking Services · JSON Structure

Azure Networking Services Load Balancer Structure

LoadBalancer resource.

Type: object Properties: 3
AzureCloudInfrastructureMicrosoftNetworking

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

Properties

etag properties sku

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-structure.json",
  "description": "LoadBalancer resource.",
  "properties": {
    "etag": {
      "description": "A unique read-only string that changes whenever the resource is updated.",
      "type": "string"
    },
    "properties": {
      "$ref": "#/definitions/LoadBalancerPropertiesFormat",
      "description": "Properties of load balancer.",
      "x-ms-client-flatten": true
    },
    "sku": {
      "$ref": "#/definitions/LoadBalancerSku",
      "description": "The load balancer SKU."
    }
  },
  "type": "object",
  "name": "LoadBalancer"
}