Azure Node Pool Args
constructor(annotations: Output<Map<String, String>>? = null, autoscaling: Output<AzureNodePoolAutoscalingArgs>? = null, azureAvailabilityZone: Output<String>? = null, cluster: Output<String>? = null, config: Output<AzureNodePoolConfigArgs>? = null, location: Output<String>? = null, management: Output<AzureNodePoolManagementArgs>? = null, maxPodsConstraint: Output<AzureNodePoolMaxPodsConstraintArgs>? = null, name: Output<String>? = null, project: Output<String>? = null, subnetId: Output<String>? = null, version: Output<String>? = null)