Microsoft Azure · Example Payload

Azure Kubernetes Service Managed Cluster Agent Pool Profile Example

API ManagementCloudCloud ComputingEnterpriseInfrastructure as a ServicePlatform as a ServiceT1

Azure Kubernetes Service Managed Cluster Agent Pool Profile Example is an example object payload from Microsoft Azure, with 17 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

namecountvmSizeosDiskSizeGBosDiskTypeosTypeosSKUmaxPodsmodetypeavailabilityZonesenableAutoScalingminCountmaxCountnodeLabelsnodeTaintsupgradeSettings

Example Payload

Raw ↑
{
  "name": "Example Title",
  "count": 10,
  "vmSize": "example_value",
  "osDiskSizeGB": 10,
  "osDiskType": "example_value",
  "osType": "example_value",
  "osSKU": "example_value",
  "maxPods": 10,
  "mode": "example_value",
  "type": "example_value",
  "availabilityZones": [],
  "enableAutoScaling": true,
  "minCount": 10,
  "maxCount": 10,
  "nodeLabels": "example_value",
  "nodeTaints": [],
  "upgradeSettings": "example_value"
}