VirtualNetworkUsage

Usage details for subnet.

AzureCloudInfrastructureMicrosoftNetworking

Properties

Name Type Description
currentValue number Indicates number of IPs used from the Subnet.
id string Subnet identifier.
limit number Indicates the size of the subnet.
name object The name containing common and localized value for usage.
unit string Usage units. Returns 'Count'.
View JSON Schema on GitHub

JSON Schema

azure-networking-services-virtual-network-usage-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-networking-services/refs/heads/main/json-schema/azure-networking-services-virtual-network-usage-schema.json",
  "title": "VirtualNetworkUsage",
  "description": "Usage details for subnet.",
  "properties": {
    "currentValue": {
      "description": "Indicates number of IPs used from the Subnet.",
      "format": "double",
      "readOnly": true,
      "type": "number"
    },
    "id": {
      "description": "Subnet identifier.",
      "readOnly": true,
      "type": "string"
    },
    "limit": {
      "description": "Indicates the size of the subnet.",
      "format": "double",
      "readOnly": true,
      "type": "number"
    },
    "name": {
      "$ref": "#/definitions/VirtualNetworkUsageName",
      "description": "The name containing common and localized value for usage.",
      "readOnly": true
    },
    "unit": {
      "description": "Usage units. Returns 'Count'.",
      "readOnly": true,
      "type": "string"
    }
  },
  "type": "object"
}